Class AMQPMirrorMessageFactory
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorMessageFactory
This class is responsible for creating the internal message types used on controlling the mirror on the AMQP module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessagecreateMessage(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.
-
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.
-