setJMSReplyTo procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
setJMSReplyTo procedure
Sets a destination for replies.
Syntax
|
Applies to
Message objects
Notes
- The destination can be a name of a queue if the message is sent by a Pub/Sub session.
- The destination can be the name of the topic if the message is sent by a PTP session.
- setReplyToDestinationType procedure must be called to set the correct destination type.
See also
setJMSReplyTo procedure, getJMSReplyTo function, hasReplyTo function, setReplyToDestinationType procedure, getReplyToDestinationType function
For more information, see the Accessing message header properties.