getJMSReplyTo

 

public Destination getJMSReplyTo() throws JMSException;

Gets the destination to which a reply to this message can be sent.

Returns

  • where to send a response to this message

Exceptions

  • JMSException - with reason MQJMS_EXCEPTION_INVALID_DESTINATION


uj26580_