You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/11/21 17:21:14 UTC

svn commit: r1412172 - /activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp

Author: tabish
Date: Wed Nov 21 16:21:13 2012
New Revision: 1412172

URL: http://svn.apache.org/viewvc?rev=1412172&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQCPP-441

Modified:
    activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp

Modified: activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp?rev=1412172&r1=1412171&r2=1412172&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp Wed Nov 21 16:21:13 2012
@@ -798,7 +798,6 @@ void ActiveMQConsumer::afterMessageIsCon
         } else if( isAutoAcknowledgeBatch() ) {
             ackLater( message, ActiveMQConstants::ACK_TYPE_CONSUMED );
         } else if( session->isClientAcknowledge() || session->isIndividualAcknowledge() ) {
-            ackLater( message, ActiveMQConstants::ACK_TYPE_DELIVERED );
 
             bool messageUnackedByConsumer = false;