reset

 

public void reset() throws JMSException;

Puts the message in read-only mode, and repositions the stream to the beginning.

Exceptions

  • JMSException - if JMS fails to reset the message due to an internal JMS error.

  • MessageFormatException - if the message's format is not valid


uj27080_