commit | b3559ee9c66f791c39a4e86f87bc1533b7eb0ba5 | [log] [tgz] |
---|---|---|
author | Alan Conway <aconway@redhat.com> | Mon Aug 28 09:47:39 2017 -0400 |
committer | Alan Conway <aconway@redhat.com> | Mon Aug 28 10:00:57 2017 -0400 |
tree | 4393133111a69d782e1b742ccd1488682364e731 | |
parent | 49e3afbc62f6fbb361e830b1e4baa77a046ac718 [diff] |
QPID-7901: Prevent endless detach cycle Don't send a detach when there is an exception on a session that is already detached. Prevents an endless detach loop between the ends of the connection.
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.