Uses of Class
org.apache.activemq.artemis.protocol.amqp.broker.AMQPStandardMessage
Packages that use AMQPStandardMessage
Package
Description
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 AMQPStandardMessageModifier and TypeMethodDescriptionstatic AMQPStandardMessageAMQPStandardMessage.createMessage(long messageID, long messageFormat, SimpleString replyTo, org.apache.qpid.proton.amqp.messaging.Header header, org.apache.qpid.proton.amqp.messaging.Properties properties, Map<org.apache.qpid.proton.amqp.Symbol, Object> daMap, Map<org.apache.qpid.proton.amqp.Symbol, Object> maMap, Map<String, Object> apMap, Map<org.apache.qpid.proton.amqp.Symbol, Object> footerMap, org.apache.qpid.proton.amqp.messaging.Section body) AMQPSessionCallback.createStandardMessage(org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.codec.ReadableBuffer data)