[jboss-cvs] JBoss Messaging SVN: r8013 - branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/clusterconnection.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 23 09:46:59 EDT 2010


Author: gaohoward
Date: 2010-04-23 09:46:59 -0400 (Fri, 23 Apr 2010)
New Revision: 8013

Modified:
   branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java
Log:
JBMESSAGING-1805


Modified: branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java	2010-04-23 00:22:13 UTC (rev 8012)
+++ branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java	2010-04-23 13:46:59 UTC (rev 8013)
@@ -212,23 +212,6 @@
       
       suspended = true;
 
-      try
-      {
-         consumer.closing(-1);
-      }
-      catch (Throwable t)
-      {
-         // Ignore
-      }
-      try
-      {
-         consumer.close();
-      }
-      catch (Throwable t)
-      {
-         // Ignore
-      }
-
       sourceSession = null;
 
       consumer = null;




More information about the jboss-cvs-commits mailing list