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

setReplyToDestinationType procedure

Sets the type of the destination specified by setJMSReplyToprocedure.

Syntax

PROCEDURE setReplyToDestinationType
DEFINE INPUT PARAMETER type AS CHARACTER.

Applies to

Message objects

Notes

*The type value can be queue or topic.
*If setReplyToDestinationType procedure is not called, a default type is automatically set when the message is sent, according to the type of the session: queue for PTP or topic for Pub/Sub.
*For a jmsSession, the default is queue. To use topics, call setReplyToDestinationType procedure to set topic.

See also

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