tree: d64aefeac598cfbb5dd3beab65c2ee6f0d4f6576 [path history] [tgz]
  1. etc/
  2. include/
  3. router/
  4. site/
  5. src/
  6. tests/
  7. CMakeLists.txt
  8. README.md
qpid/extras/dispatch/README.md

Qpid Dispatch

A lightweight AMQP router for building scalable, available, and performant messaging interconnect.

Building

From the dispatch directory:

$ mkdir build $ cd build $ cmake .. $ make $ make test

Note: Your PYTHONPATH must include /src/py in its list of paths in order to test and run Dispatch.