summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-05-18 15:51:32 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-05-18 15:51:32 +0000
commit6d2ccec626caef116b30b53c8343b5b3db848ee6 (patch)
tree845b7bdea3cb4d6fc2b17cfafba9318bbbf0dcb8 /extras
parentcb881fa7637a654697c46513e27d3072a0e3d195 (diff)
downloadqpid-python-6d2ccec626caef116b30b53c8343b5b3db848ee6.tar.gz
set the session's default timeout to match the broker's default
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'extras')
-rw-r--r--extras/qmf/src/py/qmf/console.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/qmf/src/py/qmf/console.py b/extras/qmf/src/py/qmf/console.py
index 15c71fd799..8612d2cd2c 100644
--- a/extras/qmf/src/py/qmf/console.py
+++ b/extras/qmf/src/py/qmf/console.py
@@ -1980,6 +1980,7 @@ class Broker:
self.replyName = "reply-%s" % self.amqpSessionId
self.amqpSession = self.conn.session(self.amqpSessionId)
+ self.amqpSession.timeout = self.SYNC_TIME
self.amqpSession.auto_sync = True
self.amqpSession.queue_declare(queue=self.replyName, exclusive=True, auto_delete=True)
self.amqpSession.exchange_bind(exchange="amq.direct",