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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 21 11:40:56 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-03-21 11:40:56 -0400 (Wed, 21 Mar 2007)
New Revision: 2556

Modified:
   branches/Branch_1_2_0_SP/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-920 - backporting the fix into SP branch

Modified: branches/Branch_1_2_0_SP/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java
===================================================================
--- branches/Branch_1_2_0_SP/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java	2007-03-16 18:25:10 UTC (rev 2555)
+++ branches/Branch_1_2_0_SP/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java	2007-03-21 15:40:56 UTC (rev 2556)
@@ -850,6 +850,9 @@
       
       promptDelivery(channels);
       
+      //Close down the executor
+      executor.shutdownAfterProcessingCurrentTask();
+
       deliveries.clear();
       
       sp.removeSession(new Integer(id));




More information about the jboss-cvs-commits mailing list