summaryrefslogtreecommitdiff
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
commitf141c2c5dbdce51de2533c0009067bd538bfebd8 (patch)
tree9a85159c45c65064a66c5bc5d71a1b074de9697e
parenta73f6ad182126bef6b396214413ef666f2d14232 (diff)
downloadqpid-python-f141c2c5dbdce51de2533c0009067bd538bfebd8.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/qpid@1455522 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--python/examples/README.txt5
-rwxr-xr-xtools/src/py/qpid-receive (renamed from python/examples/api/receive)0
-rwxr-xr-xtools/src/py/qpid-send (renamed from python/examples/api/send)0
3 files changed, 0 insertions, 5 deletions
diff --git a/python/examples/README.txt b/python/examples/README.txt
index 3a3e421a1e..4395160fec 100644
--- a/python/examples/README.txt
+++ b/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.
diff --git a/python/examples/api/receive b/tools/src/py/qpid-receive
index f14df277ac..f14df277ac 100755
--- a/python/examples/api/receive
+++ b/tools/src/py/qpid-receive
diff --git a/python/examples/api/send b/tools/src/py/qpid-send
index b0105e41a6..b0105e41a6 100755
--- a/python/examples/api/send
+++ b/tools/src/py/qpid-send