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 Summary
Constructors Constructor Description AMQPMirrorMessageFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessagecreateMessage(String to, SimpleString address, SimpleString queue, Object event, String brokerID, Object body, AckReason ackReason)This method is open to make it testable, do not use on your applications.
-
-
-
Method Detail
-
createMessage
public static Message createMessage(String to, SimpleString address, SimpleString queue, Object event, String brokerID, Object body, AckReason ackReason)
This method is open to make it testable, do not use on your applications.
-
-