[rhmessaging-commits] rhmessaging commits: r2017 - mgmt/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu May 8 17:26:46 EDT 2008


Author: justi9
Date: 2008-05-08 17:26:46 -0400 (Thu, 08 May 2008)
New Revision: 2017

Modified:
   mgmt/cumin/python/cumin/quirk.py
Log:
Can't use connection if you don't start it

Modified: mgmt/cumin/python/cumin/quirk.py
===================================================================
--- mgmt/cumin/python/cumin/quirk.py	2008-05-08 20:58:02 UTC (rev 2016)
+++ mgmt/cumin/python/cumin/quirk.py	2008-05-08 21:26:46 UTC (rev 2017)
@@ -96,6 +96,7 @@
 
         sock = qpid.util.connect(self.host, self.port)
         self.pconn = qpid.connection.Connection(sock, self.spec)
+        self.pconn.start()
 
     def close(self):
         assert self.pconn




More information about the rhmessaging-commits mailing list