Uses of Class
org.apache.activemq.artemis.protocol.amqp.broker.AMQPStandardMessage
-
Packages that use AMQPStandardMessage Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker. -
-
Uses of AMQPStandardMessage in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPStandardMessage Modifier and Type Method Description static AMQPStandardMessageAMQPStandardMessage. createMessage(long messageID, long messageFormat, org.apache.activemq.artemis.api.core.SimpleString replyTo, org.apache.qpid.proton.amqp.messaging.Header header, org.apache.qpid.proton.amqp.messaging.Properties properties, java.util.Map<org.apache.qpid.proton.amqp.Symbol,java.lang.Object> daMap, java.util.Map<org.apache.qpid.proton.amqp.Symbol,java.lang.Object> maMap, java.util.Map<java.lang.String,java.lang.Object> apMap, java.util.Map<org.apache.qpid.proton.amqp.Symbol,java.lang.Object> footerMap, org.apache.qpid.proton.amqp.messaging.Section body)AMQPStandardMessageAMQPSessionCallback. createStandardMessage(org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.codec.ReadableBuffer data)
-