getReplyToDestinationType function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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, getReplyToDestinationType function
For more information, see the Accessing message header properties.