getJMSRedelivered function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns TRUE (at the receiver side) if this is not the first delivery of
this message.
Syntax
|
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.
See also
getJMSDestination function, #rfi1387308706768, getMessageType function, getJMSMessageID function, getJMSDeliveryMode function, getJMSTimestamp function, getJMSExpiration function, getJMSPriority function
For more information, see the Accessing message header properties.