summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/extras/dispatch/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/README.md b/qpid/extras/dispatch/README.md
new file mode 100644
index 0000000000..7611ac3fe1
--- /dev/null
+++ b/qpid/extras/dispatch/README.md
@@ -0,0 +1,20 @@
+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 <dispatch>/src/py in its list of paths in order
+to test and run Dispatch.
+