SourceForge.net Logo

Requirement: session.recover

A session's recover method is used to stop a session and restart it with its first unacknowledged message. In effect, the session's series of delivered messages is reset to the point after its last acknowledged message. The messages it now delivers may be different from those that were originally delivered due to message expiration and the arrival of higher-priority messages.
A session must set the redelivered flag of messages it redelivers due to a recovery.

See:

  • Section 4.4.11, Message Acknowledgment
  • Section 3.4.7, JMSRedelivered