Hi Alan, > On 05/27/2010 03:18 PM, Kerry Bonin wrote: > > I've been working on enabling SSL for our Windows& Python based > > application. I've finally got silent root and server certificate > > generators& installers working to bring up the brokers, > now trying to > > figure out how to specify an SSL connection using the > messaging APIs. > > Any pointers? Thanks... > > > > > --------------------------------------------------------------------- > > Apache Qpid - AMQP Messaging Implementation > > Project: http://qpid.apache.org > > Use/Interact: mailto:[email protected] > > > > Ignore previous message, here's exactly what the C++ URL parser parses > > 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]
I don't see (on quick look) this info in the programming docs that Jonathan's working on - could you please sync up with Jonathan and help make sure this is clear in the docs being developed? Thanks, -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
