Author: tross
Date: Mon Jun 30 11:24:51 2008
New Revision: 672854
URL: http://svn.apache.org/viewvc?rev=672854&view=rev
Log:
Switch to async mode for management communication
Modified:
incubator/qpid/trunk/qpid/python/qpid/management.py
Modified: incubator/qpid/trunk/qpid/python/qpid/management.py
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/qpid/management.py?rev=672854&r1=672853&r2=672854&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/qpid/management.py (original)
+++ incubator/qpid/trunk/qpid/python/qpid/management.py Mon Jun 30 11:24:51 2008
@@ -105,6 +105,7 @@
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)