| commit | b371bd86d1026ba922eca8fb6b3b920af0b4a6a8 | [log] [tgz] |
|---|---|---|
| author | Gordon Sim <gsim@redhat.com> | Fri Jul 14 16:43:38 2017 +0100 |
| committer | Gordon Sim <gsim@redhat.com> | Fri Jul 14 17:12:02 2017 +0100 |
| tree | 5d2acdb91b2b032e5d00d6587c805a89148ebdfc | |
| parent | 0ffa89e177346e68bdeb5a24b9f25190c983bd34 [diff] |
QPID-7859: fix exception handling
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.