From dc37a19d2a061a8921cb383c2378588238119792 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 30 Jun 2008 18:24:51 +0000 Subject: Switch to async mode for management communication git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672854 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/management.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/qpid') diff --git a/python/qpid/management.py b/python/qpid/management.py index 2ca433e6d2..55479de0e6 100644 --- a/python/qpid/management.py +++ b/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) -- cgit v1.2.1