getJMSDeliveryMode function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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, getJMSDeliveryMode function, getJMSTimestamp function, getJMSExpiration function, getJMSPriority function
For more information, see the Accessing message header properties.