[jboss-cvs] JBoss Messaging SVN: r4960 - trunk/src/main/org/jboss/messaging/core/remoting/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 16 17:48:23 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-09-16 17:48:23 -0400 (Tue, 16 Sep 2008)
New Revision: 4960

Modified:
   trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java
Log:
https://jira.jboss.org/jira/browse/JBMESSAGING-1421 - disabling listeners cleanup on destroy for now

Modified: trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java	2008-09-16 21:34:31 UTC (rev 4959)
+++ trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java	2008-09-16 21:48:23 UTC (rev 4960)
@@ -396,9 +396,13 @@
          }
 
          internalClose();
+         
+         log.info("Trace", new Exception("trace"));
 
+         // TODO: https://jira.jboss.org/jira/browse/JBMESSAGING-1421
+         //         This affects clustering, so I'm keeping this out for now
          // We need to inform Listeners about the connection being closed
-         callListeners(null);
+         //callListeners(null);
       }
    }
 




More information about the jboss-cvs-commits mailing list