| commit | edccbc9e1737603a1d1f66f0df8499dbba07e93b | [log] [tgz] |
|---|---|---|
| author | Chris Richardson <chris.richardson@fourc.eu> | Tue Aug 01 21:03:30 2017 +0100 |
| committer | Gordon Sim <gsim@redhat.com> | Wed Aug 02 21:16:14 2017 +0100 |
| tree | 3c8e648a57fadbc5be04d02f2cdab335bc9055d0 | |
| parent | a8d392efe30ef763d2e93c6ce733976ac786c0f0 [diff] |
QPID-7876 qpid-route does not properly consider src-local when matching bridges
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.