Request/Reply is a mechanism for the
JMSReplyTo message header field to specify the destination where replies to a message should be sent. To specify the message destination, use the
requestReplyprocedure.
The ABL–JMS implementation uses a temporary destination for the reply. It is an error to set the
JMSReplyTo field of the message explicitly if
requestReplyprocedure is used. The reply is received by the Message Consumer asynchronously, just like any other message. The temporary destination is deleted when the Message Consumer object is deleted.