Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getJMSPriority function
getJMSPriority function
Returns priority values in the range of 0–9, where 4 is the default. Messages sent with higher priority can be expedited by theSonicMQ Broker. Priority values of 5 through 9 are expedited.
Syntax
FUNCTION getJMSPriority RETURNS INTEGER.
Applies to
Message objects
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.