Returns TRUE (at the receiver side) if this is not the first delivery of this message.
Syntax
FUNCTION getJMSRedelivered RETURNS LOGICAL.
Applies to
Message objects
Notes
A second delivery can take place if the first delivery is not acknowledged by the receiver or, in a transacted session, if the transaction was rolled back.