[rhmessaging-commits] rhmessaging commits: r2879 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Nov 25 15:00:55 EST 2008


Author: justi9
Date: 2008-11-25 15:00:55 -0500 (Tue, 25 Nov 2008)
New Revision: 2879

Modified:
   mgmt/trunk/cumin/python/cumin/broker.py
Log:
Force a sync to pick up updates from the mint thread

Modified: mgmt/trunk/cumin/python/cumin/broker.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/broker.py	2008-11-25 16:32:43 UTC (rev 2878)
+++ mgmt/trunk/cumin/python/cumin/broker.py	2008-11-25 20:00:55 UTC (rev 2879)
@@ -214,6 +214,8 @@
         pass
 
     def do_process(self, session, reg):
+        reg.sync()
+
         if reg.broker:
             self.__vhost.set(session, reg.getDefaultVhost())
         else:




More information about the rhmessaging-commits mailing list