commit | c7d9b7b825c6a35a7db26774d85248f1311f4539 | [log] [tgz] |
---|---|---|
author | Gordon Sim <gsim@redhat.com> | Wed Apr 24 09:55:23 2019 +0100 |
committer | Gordon Sim <gsim@redhat.com> | Wed Apr 24 09:55:23 2019 +0100 |
tree | 64db571be0cb79ba3e6cbca615721e3f8a01b6f2 | |
parent | ea8e59de0e4f6dd3513549befee362c9af1f98ca [diff] |
QPID-8300: add support for virtualhost option to 1.0 path
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.