| commit | db6ba28a96c900c9706aa9a20d6a8f0231cad7db | [log] [tgz] |
|---|---|---|
| author | Gordon Sim <gsim@redhat.com> | Tue Nov 08 09:26:27 2016 +0000 |
| committer | Gordon Sim <gsim@redhat.com> | Tue Nov 08 10:07:36 2016 +0000 |
| tree | 2263b34088981fb4e90f488f6414e428d68b21f9 | |
| parent | debc6e9585daf8cea9ce035913a84689f17e2c03 [diff] |
QPID-7500: ensure closing session blocks until complete
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.