getJMSDestination function
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
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.