On 5 October 2017 at 16:18, [email protected] <[email protected] > wrote:
> Thank you for your reply and for the link to this forum. > I was expecting answer by email. > > This replies to my question - Thank you all ! > > On 2017-10-05 12:29, Robbie Gemmell <[email protected]> wrote: > > Replies to list messages go back to the list, you need to join and follow > > things, or else check one of the various archives. > > > > A response was given shortly after you asked: > > https://lists.apache.org/thread.html/03984ef396d9c8f0f2fd9eb771be51 > f6f02b03903132868ff59b2d56@%3Cusers.qpid.apache.org%3E > > > > On 5 October 2017 at 12:06, Ayed, Saoussen <[email protected]> > > wrote: > > > [.. snip ..] > > > > > Thank you for your reply and the link to this forum. > I was expecting a reply by email. > Now, after reading your answers, I can understand that qpid client 6.0.4 > doesn't support AMQP 1.0. > Hence I still cannot understand how can we still connect to Exchange AMQP > broker 1.0. > The AMQP 1.0 client is (as was said previously) a different component - https://qpid.apache.org/components/jms/index.html . Using this client you should be able to connect to the Exchange which is using AMQP 1.0. The 6.0.x client was originally (11 years ago) designed to support on the AMQP 0-8 protocol, and was subsequently updated to also support AMQP 0-10; however when we moved to AMQP 1.0 we decided to go with a clean sheet implementation. For historical reasons we previously bundled the release of the AMQP 0-8/9/10 client with the Broker for Java however we no longer do so. > Does this mean that qpid broker that supports > > The Qpid Broker for Java supports AMQP 0-8,0-9-1,0-10 and AMQP 1.0; The Qpid C++ Broker supports AMQP 0-10 and AMQP 1.0; for these two products you can use either the old (6.0.x) client or the new JMS client (though I would recommend the latter). Qpid Dispatch Router supports only AMQP 1.0 and so you would need to use the newer client for that. -- Rob > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
