getJMSDeliveryMode function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns the delivery mode.
Syntax
|
Applies to
Message objects
Notes
- Possible values are
PERSISTENT,NON_PERSISTENT, orDISCARDABLE. - The message receiver never gets the
NON_PERSISTENT_ASYNCvalue. A message sent usingNON_PERSISTENT_ASYNCis received with the standardNON_PERSISTENTvalue.
See also
getJMSDestination function, getJMSRedelivered function, getMessageType function, getJMSMessageID function, #rfi1387308707660, getJMSTimestamp function, getJMSExpiration function, getJMSPriority function
For more information, see the Accessing message header properties.