Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Building the C++ Broker and Client Libraries

The root directory for the C++ distribution is named qpidc-0.4. The README file in that directory gives instructions for building the broker and client libraries. In most cases you will do the following:

Code Block

[qpidc-0.4]$ ./configure}}
[qpidc-0.4]$ make

Running the C++ Broker

It is really simple, to run cmd lineOnce you have built the broker and client libraries, you can start the broker from the command line:

Code Block
[qpidc-0.4]$ src/qpidd

to run as a daemon process

Code Block
[qpidc-0.4]$ src/qpidd --daemon

stopping the daemon

Code Block
[qpidc-0.4]$ src/qpidd --quit

Most common questions getting qpidd running

...