summaryrefslogtreecommitdiff
path: root/python/examples/request-response/client.py
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-01-18 10:36:50 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-01-18 10:36:50 +0000
commitc87caf75ecebb4fd2eb3dafb732e77f4d7011283 (patch)
tree89ccec5a1167e003ac33d8ac7c48a31c7739c57a /python/examples/request-response/client.py
parentca8e0ae1c7f635eff690561d6c4dc5cc6ec62fb2 (diff)
downloadqpid-python-c87caf75ecebb4fd2eb3dafb732e77f4d7011283.tar.gz
Qpid-745
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@613126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/request-response/client.py')
-rw-r--r--python/examples/request-response/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/request-response/client.py b/python/examples/request-response/client.py
index bc0cf8a55a..e218acce3d 100644
--- a/python/examples/request-response/client.py
+++ b/python/examples/request-response/client.py
@@ -24,7 +24,7 @@ def dump_queue(client, queue_name):
# Call message_subscribe() to tell the broker to deliver messages
# from the AMQP queue to a local client queue. The broker will
- # start delivering messages as soon as basic_consume() is called.
+ # start delivering messages as soon as message_subscribe() is called.
session.message_subscribe(queue=queue_name, destination=consumer_tag)
session.message_flow(consumer_tag, 0, 0xFFFFFFFF)