getJMSDestination function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns the name of the destination this message was sent to.
Syntax
|
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
#rfi1387308707202, getJMSRedelivered function, getMessageType function, getJMSMessageID function, getJMSDeliveryMode function, getJMSTimestamp function, getJMSExpiration function, getJMSPriority function
For more information, see the Accessing message header properties.