summaryrefslogtreecommitdiff
path: root/qpid/python/examples/README.txt
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-03-12 13:21:20 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-03-12 13:21:20 +0000
commit8404c0cd50291445fb57736bb3314bd0d75bebba (patch)
tree3773d17b7f20094531edd950b3d33f64c6992df9 /qpid/python/examples/README.txt
parent8f1492142b5a48c6cb6fc3a6a0e6e3fe61248e11 (diff)
downloadqpid-python-8404c0cd50291445fb57736bb3314bd0d75bebba.tar.gz
QPID-4115: Moved the Python send and receive apps.
Instead of being API examples, they are actually tools that belong with the other tool apps. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1455522 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/README.txt')
-rw-r--r--qpid/python/examples/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/python/examples/README.txt b/qpid/python/examples/README.txt
index 3a3e421a1e..4395160fec 100644
--- a/qpid/python/examples/README.txt
+++ b/qpid/python/examples/README.txt
@@ -14,11 +14,6 @@ api/spout -- A simple messaging client that sends
messages to the target specified on the
command line.
-api/send -- Sends messages to a specified queue.
-
-api/receive -- Receives messages from a specified queue.
- Use with the send example above.
-
api/server -- An example server that process incoming
messages and sends replies.