Qpid C++ 1.39.0 supports AMQP 1.0 and 0-10. I would like to connect to Qpid broker using different clients that run AMQP 1.0 and 0-10. Can Qpid broker support both versions simultaneously? How can I turn on both protocol versions for Qpid C++ Broker?
I have tried using the "--protocols" command line option. The value "amqp0-10" seems to work, but I could not find the value for amqp 1.0. How can I specify both amqp 0-10 and 1.0 for the "--protocols" command line option?