Add method Recover to ISession to allow clients to restart delivery from last unacked message
---------------------------------------------------------------------------------------------
Key: AMQNET-346
URL: https://issues.apache.org/jira/browse/AMQNET-346
Project: ActiveMQ .Net
Issue Type: Improvement
Components: ActiveMQ, NMS, Stomp
Affects Versions: 1.5.1, 1.5.0
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 1.6.0
Add the Recover Method to the ISession interface. This allows client that use Client Acknowledge
to restart delivery from the last unacked message in cases where an error occurs and they
need to reprocess message without acking all messages that have been received previously.
See JMS recover method.
The providers that don't support this can just throw NotSupportedException.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|