[jboss-cvs] JBoss Messaging SVN: r2408 - branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/endpoint.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 20:47:03 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-02-23 20:47:03 -0500 (Fri, 23 Feb 2007)
New Revision: 2408

Modified:
   branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-864 - fix

Modified: branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java
===================================================================
--- branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java	2007-02-23 23:50:47 UTC (rev 2407)
+++ branches/Branch_1_0_1_SP/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java	2007-02-24 01:47:03 UTC (rev 2408)
@@ -368,6 +368,8 @@
             {
                channel.removeAllReferences();
             }
+
+            this.remove();
             
             closed = true;
          }




More information about the jboss-cvs-commits mailing list