Author: clebert.suconic(a)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)
{
Show replies by date