summaryrefslogtreecommitdiff
path: root/python/qpid/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/client.py')
-rw-r--r--python/qpid/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/qpid/client.py b/python/qpid/client.py
index edcd1b8ad2..5734873c6f 100644
--- a/python/qpid/client.py
+++ b/python/qpid/client.py
@@ -126,6 +126,9 @@ class ClientDelegate(Delegate):
def message_append(self, ch, msg):
ch.references.get(msg.reference).append(msg.bytes)
+ def message_acquired(self, ch, msg):
+ ch.control_queue.put(msg)
+
def basic_deliver(self, ch, msg):
self.client.queue(msg.consumer_tag).put(msg)