Class AMQPMirrorMessageFactory


  • public class AMQPMirrorMessageFactory
    extends java.lang.Object
    This class is responsible for creating the internal message types used on controlling the mirror on the AMQP module.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.activemq.artemis.api.core.Message createMessage​(java.lang.String to, org.apache.activemq.artemis.api.core.SimpleString address, org.apache.activemq.artemis.api.core.SimpleString queue, java.lang.Object event, java.lang.String brokerID, java.lang.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.
      • Methods inherited from class java.lang.Object

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

      • AMQPMirrorMessageFactory

        public AMQPMirrorMessageFactory()
    • Method Detail

      • createMessage

        public static org.apache.activemq.artemis.api.core.Message createMessage​(java.lang.String to,
                                                                                 org.apache.activemq.artemis.api.core.SimpleString address,
                                                                                 org.apache.activemq.artemis.api.core.SimpleString queue,
                                                                                 java.lang.Object event,
                                                                                 java.lang.String brokerID,
                                                                                 java.lang.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.