[ https://issues.apache.org/jira/browse/QPID-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justin Ross closed QPID-2591. ----------------------------- > Extend C++ URL syntax to support ssl and rdma > --------------------------------------------- > > Key: QPID-2591 > URL: https://issues.apache.org/jira/browse/QPID-2591 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker, C++ Client > Affects Versions: 0.7 > Reporter: Alan Conway > Assignee: Alan Conway > Fix For: 0.8 > > > In order to support SSL and RDMA connections in cluster updates, and also to > be compatible with the "user/passwd@" extension introduced by the new API I > propose to extend the C++ URL format as follows: > url = ["amqp:"][ user ["/" password] "@" ] protocol_addr *("," protocol_addr) > protocol_addr = tcp_addr / rmda_addr / ssl_addr / .. others plug-in > tcp_addr = ["tcp:"] host [":" port] > rdma_addr = "rdma:" host [":" port] > ssl_addr = "ssl:" host [":" port] > (Using ABNF notation as per http://tools.ietf.org/html/rfc5234) > This is backward compatbile with the existing URL format which is from the > AMQP 0-10 spec. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org