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, 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)AMQPStandardMessageAMQPSessionCallback. createStandardMessage(org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.codec.ReadableBuffer data)
-