On Mon, 2012-08-06 at 07:27 -0700, Christian Posta wrote: > For Apollo's openwire impl (and i'm assuming it's the same for amq), when a > client opens a connection to the broker, the sequence of commands that are > sent goes like this: > > 1) Client --- WireFormatInfo ----> Broker > 2) Broker --- WireFormatInfo ----> Client > 3) Broker --- BrokerInfo ---> Client > 4) Client --- ConnectionInfo ---> Broker > > Is that correct? Or is 3 and 4 swapped? or are 3 and 4 async and can happen > in any order?
I don't recall there being any particular linkage between 3 and 4 probably safe to say they can happen in either order. -- Tim Bish Sr Software Engineer | FuseSource Corp [email protected] | www.fusesource.com skype: tabish121 | twitter: @tabish121 blog: http://timbish.blogspot.com/
