getReplyToDestinationType function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns queue, topic,
or UNKNOWN.
Syntax
|
Applies to
Message objects
Notes
- Applications
use this function when the domain of the
ReplyTofield is not known. - The type value can be
queueortopic. - If getReplyToDestinationType function 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.
See also
setJMSReplyTo procedure, getJMSReplyTo function, hasReplyTo function, setReplyToDestinationType procedure, #rfi1387308709755
For more information, see the Accessing message header properties.