RE: [EXTERNAL] Re: how to enable AMQP 1.0 and 0-10 for Qpid C++ broker

2021-08-03 Thread EXT-Walsh, Jody R
Build qpid-proton and qpid-cpp, using the same install prefix for both. Then, qpid-cpp will find proton, and build the shared library amqp.so. In your qpidd.conf file, you will need to tell qpidd to load the amqp module. Simple example of contents of qpidd.conf: auth=no

Re: how to enable AMQP 1.0 and 0-10 for Qpid C++ broker

2021-08-03 Thread Gordon Sim
On Tue, Aug 3, 2021 at 9:15 PM Svrankovic11 wrote: > I would like to connect to Qpid C++ broker 1.39.0 using different clients > that run AMQP 1.0 and 0-10. How can I turn on both protocol versions for Qpid > C++ Broker? 0-10 is always on, whether you want it or not 1.0 is built as a plugin;

how to enable AMQP 1.0 and 0-10 for Qpid C++ broker

2021-08-03 Thread Svrankovic11
Hi, I would like to connect to Qpid C++ broker 1.39.0 using different clients that run AMQP 1.0 and 0-10. How can I turn on both protocol versions for Qpid C++ Broker? Thanks for your help. svran