Class AMQPMirrorMessageFactory

java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorMessageFactory

public class AMQPMirrorMessageFactory extends Object
This class is responsible for creating the internal message types used on controlling the mirror on the AMQP module.
  • Constructor Details

    • AMQPMirrorMessageFactory

      public AMQPMirrorMessageFactory()
  • Method Details

    • createMessage

      public static Message createMessage(String to, SimpleString address, SimpleString queue, Object event, String brokerID, Object body, org.apache.activemq.artemis.core.server.impl.AckReason ackReason)
      This method is open to make it testable. Do not use on your applications.