[hornetq-commits] JBoss hornetq SVN: r11801 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 30 12:12:27 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-11-30 12:12:27 -0500 (Wed, 30 Nov 2011)
New Revision: 11801

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
JBPAPP-7606 - rollback here shouldn't ack the last received message

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-11-30 16:33:22 UTC (rev 11800)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-11-30 17:12:27 UTC (rev 11801)
@@ -291,7 +291,7 @@
 
          try
          {
-            rollback(failed);
+            rollback(false);
          }
          catch (Exception e)
          {



More information about the hornetq-commits mailing list