Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getJMSDeliveryMode function
 

getJMSDeliveryMode function

Returns the delivery mode.

Syntax

FUNCTION getJMSDeliveryMode RETURNS CHARACTER.

Applies to

Message objects

Notes

*Possible values are PERSISTENT, NON_PERSISTENT, or DISCARDABLE.
*The message receiver never gets the NON_PERSISTENT_ASYNC value. A message sent using NON_PERSISTENT_ASYNC is received with the standard NON_PERSISTENT value.

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.