You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2013/10/15 14:41:39 UTC

svn commit: r1532305 - /qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp

Author: gsim
Date: Tue Oct 15 12:41:39 2013
New Revision: 1532305

URL: http://svn.apache.org/r1532305
Log:
QPID-5230: request that explicitly released messages be marked as redelivered on subsequent delivery attempts

Modified:
    qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp?rev=1532305&r1=1532304&r2=1532305&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp Tue Oct 15 12:41:39 2013
@@ -490,7 +490,7 @@ void SessionImpl::releaseImpl(qpid::mess
 {
     SequenceSet set;
     set.add(MessageImplAccess::get(m).getInternalId());
-    session.messageRelease(set);
+    session.messageRelease(set, true);
 }
 
 void SessionImpl::receiverCancelled(const std::string& name)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org