Hi all, The only mention of AMQP 1.0 for Qpid that I can find in the docs section is on: http://qpid.apache.org/components/cpp-broker/index.html
Just a mention of support. I couldn't find anything about AMQP 1.0 (including compatability) in the CPP broker book: http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/index.html And the Readme doesn't mention how to build qpidd with AMQP 1.0 support. What needs to happen: mkdir build cd build cmake -DAMQP_BOOL=ON .. make That seems to do the trick for the build. Then to load : qpidd --load-module /path/to/amqp.so What about the conf file? Can we beef up the AMQP 1.0 support documentation. Perhaps in the future we need to switch to have AMQP 1.0 support be default. Regards, William
