Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getJMSReplyTo function
 

getJMSReplyTo function

Returns the reply destination.

Syntax

FUNCTION getJMSReplyTo RETURNS CHARACTER.

Applies to

Message objects

Notes

*The destination can be the name of a queue, even if the message is received from a Pub/Sub session, and the destination can be the name of a topic even if the message is received from a PTP session.
*An application must call getReplyToDestinationType function if both a queue destination and a topic destination might be stored in the received message.

See also

setJMSReplyToprocedure, getJMSReplyTo function, hasReplyTo function, setReplyToDestinationType procedure, getReplyToDestinationType function
For more information, see the Accessing message header properties.