diff options
Diffstat (limited to 'python/qpid')
| -rw-r--r-- | python/qpid/client.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/qpid/client.py b/python/qpid/client.py index 3083cd4933..34d7790c39 100644 --- a/python/qpid/client.py +++ b/python/qpid/client.py @@ -100,6 +100,9 @@ class ClientDelegate(Delegate): msg.tune_ok(*msg.frame.args) self.client.started.set() + def message_transfer(self, ch, msg): + self.client.queue(msg.destination).put(msg) + def basic_deliver(self, ch, msg): self.client.queue(msg.consumer_tag).put(msg) |
