setReplyToDestinationType procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
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, #rfi1387308708888, getReplyToDestinationType function
For more information, see the Accessing message header properties.