Class AMQPMirrorMessageFactory
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorMessageFactory
-
public class AMQPMirrorMessageFactory extends java.lang.ObjectThis 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 org.apache.activemq.artemis.api.core.MessagecreateMessage(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.
-
-
-
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.
-
-