diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 14:27:51 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 14:27:51 +0000 |
| commit | 117e448fcc356d3077d89124e27f56ddb23c51d5 (patch) | |
| tree | de62bc3c8388b3265c59e94fe52b5d3c3d8fa03b /python/examples/README.txt | |
| parent | fa00f7f6c3ce44c99ff8d67018e7e5d554f53013 (diff) | |
| download | qpid-python-117e448fcc356d3077d89124e27f56ddb23c51d5.tar.gz | |
QPID-4115: Python send and receive example apps.
Submitted by: Pavel Moravec <pmoravec@redhat.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/README.txt')
| -rw-r--r-- | python/examples/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/examples/README.txt b/python/examples/README.txt index 4395160fec..3a3e421a1e 100644 --- a/python/examples/README.txt +++ b/python/examples/README.txt @@ -14,6 +14,11 @@ 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. |
