[hornetq-commits] JBoss hornetq SVN: r11896 - branches/one-offs/HornetQ_2_2_5_EAP_GA_JBPAPP_7710/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Dec 10 23:35:32 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-12-10 23:35:32 -0500 (Sat, 10 Dec 2011)
New Revision: 11896

Modified:
   branches/one-offs/HornetQ_2_2_5_EAP_GA_JBPAPP_7710/src/main/org/hornetq/core/server/impl/QueueImpl.java
Log:
JBPAPP-7710 - Back porting fixed from 2.2.8 into 2.2.5 _JBPAPP_7242 as the Customer is having issues

Modified: branches/one-offs/HornetQ_2_2_5_EAP_GA_JBPAPP_7710/src/main/org/hornetq/core/server/impl/QueueImpl.java
===================================================================
--- branches/one-offs/HornetQ_2_2_5_EAP_GA_JBPAPP_7710/src/main/org/hornetq/core/server/impl/QueueImpl.java	2011-12-11 04:07:09 UTC (rev 11895)
+++ branches/one-offs/HornetQ_2_2_5_EAP_GA_JBPAPP_7710/src/main/org/hornetq/core/server/impl/QueueImpl.java	2011-12-11 04:35:32 UTC (rev 11896)
@@ -951,7 +951,6 @@
 
    public synchronized void cancel(final MessageReference reference, final long timeBase) throws Exception
    {
-      deliveringCount.decrementAndGet();
       if (checkRedelivery(reference, timeBase))
       {
          if (!scheduledDeliveryHandler.checkAndSchedule(reference, false))



More information about the hornetq-commits mailing list