summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-06-30 18:24:51 +0000
committerTed Ross <tross@apache.org>2008-06-30 18:24:51 +0000
commitbec9cf4d06d953569ccdfdb60c5221ab64117369 (patch)
tree2fb61508357d40ff65d14ec0553598559979d37e /qpid/python
parent014bfd8e935b09f42440fd5427cdf9db25dfe865 (diff)
downloadqpid-python-bec9cf4d06d953569ccdfdb60c5221ab64117369.tar.gz
Switch to async mode for management communication
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/management.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qpid/management.py b/qpid/python/qpid/management.py
index 2ca433e6d2..55479de0e6 100644
--- a/qpid/python/qpid/management.py
+++ b/qpid/python/qpid/management.py
@@ -105,6 +105,7 @@ class managementChannel:
self.reqsOutstanding = 0
self.brokerInfo = None
+ ssn.auto_sync = False
ssn.queue_declare (queue=self.topicName, exclusive=True, auto_delete=True)
ssn.queue_declare (queue=self.replyName, exclusive=True, auto_delete=True)