[hornetq-commits] JBoss hornetq SVN: r11133 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 5 01:03:17 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-05 01:03:17 -0400 (Fri, 05 Aug 2011)
New Revision: 11133

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
Log:
tweak for test

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2011-08-05 04:43:33 UTC (rev 11132)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2011-08-05 05:03:17 UTC (rev 11133)
@@ -799,6 +799,8 @@
 //               session.close();
 //                           
 //            }
+            
+            session.cleanUp(false);
 
             if (session != null)
             {



More information about the hornetq-commits mailing list