getJMSRedelivered

 

public boolean getJMSRedelivered() throws JMSException;

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

If a client receives a message with the re-delivered indicator set, it is likely, but not guaranteed, that this message was delivered to the client earlier but the client did not acknowledge its receipt at that earlier time.

Returns

  • true if this message is being re-delivered, or false if not.

Exceptions

  • JMSException - if an internal error occurs.


uj26570_