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;