summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-06-08 14:11:28 +0000
committerRafael H. Schloming <rhs@apache.org>2009-06-08 14:11:28 +0000
commit5c90bcdf26ed9483bb18336de1f30dee54733157 (patch)
treef67d751cfc1f563928b89a92681efccb165188c6
parent71e04f3d118440be11bce81fada1ab31bc92198a (diff)
downloadqpid-python-5c90bcdf26ed9483bb18336de1f30dee54733157.tar.gz
make the client delegate echo heartbeats
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@782639 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/python/qpid/delegates.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/python/qpid/delegates.py b/qpid/python/qpid/delegates.py
index a720e2e1c7..82bbe67ede 100644
--- a/qpid/python/qpid/delegates.py
+++ b/qpid/python/qpid/delegates.py
@@ -170,3 +170,6 @@ class Client(Delegate):
def connection_open_ok(self, ch, open_ok):
self.connection.opened = True
notify(self.connection.condition)
+
+ def connection_heartbeat(self, ch, hrt):
+ ch.connection_heartbeat()