| commit | fa27fd689d196219841771c6f9f1c30dd135dd57 | [log] [tgz] |
|---|---|---|
| author | Alan Conway <aconway@redhat.com> | Tue Feb 14 13:53:12 2017 -0500 |
| committer | Alan Conway <aconway@redhat.com> | Tue Feb 14 14:10:55 2017 -0500 |
| tree | f6e4fff934d03257249a212ab80dcecd1470d39d | |
| parent | 2e08b7cae09e7326240e75829da4676746905eee [diff] |
QPID-7669: Unintended UI changes from switch to swigged Python client for management tools Reverted the qpid management scripts to use the native python client. The SWIG client introduces incompatible changes (URL formats, SASL configuration) in addition to support form AMQP 1.0, which breaks existing use. The libqpidtools library still supports both native and SWIG client so 3rd-party AMQP 1.0 tools built using the libqpidtools are not affected.
Qpid C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/.
For additional software or information on the Qpid project go to:
For documentation, go to:
In C++ distributions:
mkdir BLD # The recommended way to use cmake is in a separate
# build directory
cd BLD
cmake .. # Generates code and makefiles
make test # Runs tests
make install # Installs the client and daemon
The INSTALL.txt notes contain more detailed information on compiling and installing this software.
examples/README.txt describes the C++ client API examples.