Skip navigation links
com.rabbitmq.jms.client

Class HandleAnyReplyToStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void handleReplyTo(javax.jms.Message message, java.lang.String replyTo)
      Handles the reply to on a received message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final HandleAnyReplyToStrategy INSTANCE
        An instance of the strategy to avoid having to create multiple copies of the object.
    • Constructor Detail

      • HandleAnyReplyToStrategy

        public HandleAnyReplyToStrategy()
    • Method Detail

      • handleReplyTo

        public void handleReplyTo(javax.jms.Message message,
                                  java.lang.String replyTo)
                           throws javax.jms.JMSException
        Handles the reply to on a received message.
        Specified by:
        handleReplyTo in interface ReplyToStrategy
        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.