To Rob The question is, how do we indicate in the URL that the client library should set the TLS indicator on the initial AMQP handshake? (I'm talking 1.0 here, not sure for 10).
I think in 0-10 you set up a TLS tunnel then AMQP over it. In 1.0 it will be AMQP that negotiates the TLS (a la XMPP) it won't be over a tunnel. So again, how do we indicate in a URL that we want TLS to be requested during client connection, by the client? While we're on the topic of initial connection establishment, it may well be useful to have an optional way for a client to ask for a specific protocol version. Of course AMQP can negotiate this all by itself, but what if for some operational (temporary) reason I want the client to use a specific protocol revision... where would we put that optional part in the URL? Thoughts? John Cheers John 2009/2/12 Aidan Skinner <[email protected]> > On Thu, Feb 12, 2009 at 10:28 AM, Robert Godfrey > <[email protected]> wrote: > > > So - again going back to use-cases for these URLs - I think the only > > time you would need to store "tls" in a URL of this form is in client > > configuration data. > > At that point it's basically "secure and secure only", which i think > is a useful constraint. > > - Aidan > -- > Apache Qpid - World Domination through Advanced Message Queueing > http://qpid.apache.org > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > >
