Class AMQPMessageBrokerAccessor
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessageBrokerAccessor
-
public class AMQPMessageBrokerAccessor extends java.lang.ObjectWarning: do not use this class outside of the broker implementation. This is exposing package methods on this package that are not meant to be used on user's application.
-
-
Constructor Summary
Constructors Constructor Description AMQPMessageBrokerAccessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.qpid.proton.amqp.messaging.HeadergetCurrentHeader(AMQPMessage message)Warning: this is a method specific to the broker.static org.apache.qpid.proton.amqp.messaging.PropertiesgetCurrentProperties(AMQPMessage message)Warning: this is a method specific to the broker.static org.apache.qpid.proton.amqp.messaging.ApplicationPropertiesgetDecodedApplicationProperties(AMQPMessage message)Warning: this is a method specific to the broker.static org.apache.qpid.proton.amqp.messaging.MessageAnnotationsgetDecodedMessageAnnotations(AMQPMessage message)static java.lang.ObjectgetDeliveryAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)Warning: this is a method specific to the broker.static org.apache.activemq.artemis.core.server.impl.AckReasongetMessageAnnotationAckReason(AMQPMessage message)static java.lang.ObjectgetMessageAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)Warning: this is a method specific to the broker.static intgetRemainingBodyPosition(AMQPMessage message)Warning: this is a method specific to the broker.
-
-
-
Method Detail
-
getDeliveryAnnotationProperty
public static java.lang.Object getDeliveryAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)
Warning: this is a method specific to the broker. Do not use it on user's application.
-
getMessageAnnotationProperty
public static java.lang.Object getMessageAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)
Warning: this is a method specific to the broker. Do not use it on user's application.
-
getMessageAnnotationAckReason
public static org.apache.activemq.artemis.core.server.impl.AckReason getMessageAnnotationAckReason(AMQPMessage message)
-
getCurrentHeader
public static org.apache.qpid.proton.amqp.messaging.Header getCurrentHeader(AMQPMessage message)
Warning: this is a method specific to the broker. Do not use it on user's application.
-
getDecodedApplicationProperties
public static org.apache.qpid.proton.amqp.messaging.ApplicationProperties getDecodedApplicationProperties(AMQPMessage message)
Warning: this is a method specific to the broker. Do not use it on user's application.
-
getRemainingBodyPosition
public static int getRemainingBodyPosition(AMQPMessage message)
Warning: this is a method specific to the broker. Do not use it on user's application.
-
getCurrentProperties
public static org.apache.qpid.proton.amqp.messaging.Properties getCurrentProperties(AMQPMessage message)
Warning: this is a method specific to the broker. Do not use it on user's application.
-
getDecodedMessageAnnotations
public static org.apache.qpid.proton.amqp.messaging.MessageAnnotations getDecodedMessageAnnotations(AMQPMessage message)
-
-