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

getJMSDestination function

Returns the name of the destination this message was sent to.

Syntax

FUNCTION getJMSDestination RETURNS CHARACTER.

Applies to

Message objects

Notes

The value is valid after the message was sent (at the sender side) and in the received message (at the receiver side).

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.