WebLogic Messaging API Class Library

ISession. Method 

Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.

All consumers deliver messages in a serial order. Acknowledging a received message automatically acknowledges all messages that have been delivered to the client.

Restarting a session causes it to take the following actions:

void ();

Exceptions

Exception TypeCondition
MessageExceptionif the JMS provider fails to Stop and restart message delivery due to some internal error.
IllegalStateExceptionif the method is called by a transacted session.

See Also

ISession Interface | WebLogic.Messaging Namespace