[jboss-cvs] JBoss Messaging SVN: r5607 - branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 8 22:57:13 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-01-08 22:57:13 -0500 (Thu, 08 Jan 2009)
New Revision: 5607

Modified:
   branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java
Log:
tweak

Modified: branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java
===================================================================
--- branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java	2009-01-09 03:31:50 UTC (rev 5606)
+++ branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java	2009-01-09 03:57:13 UTC (rev 5607)
@@ -187,7 +187,7 @@
                {
                   log.warn("Duplicate message detected - transaction will be rejected");
 
-                  //tx.markAsRollbackOnly(null);
+                  tx.markAsRollbackOnly(null);
                }
 
                return true;




More information about the jboss-cvs-commits mailing list