reset

 

public void reset() throws JMSException;

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

Exceptions

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

  • MessageFormatException - if message has an invalid format


uj25980_