setReplyToDestinationType procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Sets the type of the destination specified by setJMSReplyTo procedure.
Syntax
|
Applies to
Message objects
Notes
- The type value can be
queueortopic. - If setReplyToDestinationType procedure is not called, a default type is
automatically set when the message is sent, according to the type of the session:
queuefor PTP ortopicfor Pub/Sub. - For a jmsSession, the default is queue. To use topics, call setReplyToDestinationType procedure to set
topic.
See also
setJMSReplyTo procedure, getJMSReplyTo function, hasReplyTo function, setReplyToDestinationType procedure, getReplyToDestinationType function
For more information, see the Accessing message header properties.