Class 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 Detail

      • AMQPMirrorMessageFactory

        public AMQPMirrorMessageFactory()
    • Method Detail

      • 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.