setJMSRedelivered

 

public void setJMSRedelivered(boolean redelivered) throws JMSException;

Sets a boolean to indicate whether this message is being re-delivered.

This field is set at the time the message is delivered. This operation can be used to change the value of a message that has been received.

Parameters

  • re-delivered - an indication of whether this message is being re-delivered.

Exceptions

  • JMSException - if an internal error occurs.


uj26790_