Skip navigation links
com.rabbitmq.jms.client

Interface ReplyToStrategy

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String DIRECT_REPLY_TO 
    • Method Detail

      • handleReplyTo

        void handleReplyTo(javax.jms.Message message,
                           java.lang.String replyTo)
                    throws javax.jms.JMSException
        Handles the reply to on a received message.
        Parameters:
        message - The RMQMessage that has been received.
        replyTo - The reply to queue value received.
        Throws:
        javax.jms.JMSException - if there's an issue updating the RMQMessage

Copyright © 2023. All rights reserved.