commit | ea8e59de0e4f6dd3513549befee362c9af1f98ca | [log] [tgz] |
---|---|---|
author | Gordon Sim <gsim@redhat.com> | Mon Apr 01 12:32:56 2019 +0100 |
committer | Gordon Sim <gsim@redhat.com> | Mon Apr 01 12:32:56 2019 +0100 |
tree | a5709743c83e9303e9e40877f069ab451f68922c | |
parent | 05de76684862914880f3bdf58e73518502499903 [diff] |
QPID-8293: limit the number of messages that can be purged in a single sweep
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.