summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
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)