-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/882/
-----------------------------------------------------------
Review request for qpid.
Summary
-------
This patch adds a new method to the qpid::messaging::Session class in the
public API that allows all messages up to a certain point to be acknowledged.
This addresses bug QPID-3200.
https://issues.apache.org/jira/browse/QPID-3200
Diffs
-----
/trunk/qpid/cpp/include/qpid/messaging/Session.h 1130102
/trunk/qpid/cpp/src/qpid/client/amqp0_10/AcceptTracker.h 1130102
/trunk/qpid/cpp/src/qpid/client/amqp0_10/AcceptTracker.cpp 1130102
/trunk/qpid/cpp/src/qpid/client/amqp0_10/IncomingMessages.h 1130102
/trunk/qpid/cpp/src/qpid/client/amqp0_10/IncomingMessages.cpp 1130102
/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.h 1130102
/trunk/qpid/cpp/src/qpid/client/amqp0_10/SessionImpl.cpp 1133822
/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp 1130102
Diff: https://reviews.apache.org/r/882/diff
Testing
-------
All existing tests pass, new test added to cover the new method.
Thanks,
Gordon