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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 21 12:19:55 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-21 12:19:54 -0400 (Mon, 21 Mar 2011)
New Revision: 10348

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/PostOfficeImpl.java
Log:
https://issues.jboss.org/browse/JBPAPP-6130 / https://issues.jboss.org/browse/HORNETQ-654 - removing duplicated record on redistribution

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/PostOfficeImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/PostOfficeImpl.java	2011-03-21 16:18:40 UTC (rev 10347)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/PostOfficeImpl.java	2011-03-21 16:19:54 UTC (rev 10348)
@@ -692,12 +692,6 @@
 
          if (routed)
          {
-            if (message.isDurable())
-            {
-               storageManager.storeMessageTransactional(tx.getID(), copyRedistribute);
-               tx.setContainsPersistent();
-            }
-
             processRoute(copyRedistribute, context, false);
 
             res = true;



More information about the hornetq-commits mailing list