Uses of Class
org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage
-
Packages that use AMQPMessage Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker.org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.converter This package will include classes used to make convertions between Artemis and AMQP. -
-
Uses of AMQPMessage in org.apache.activemq.artemis.protocol.amqp.broker
Subclasses of AMQPMessage in org.apache.activemq.artemis.protocol.amqp.broker Modifier and Type Class Description classAMQPLargeMessageclassAMQPStandardMessageMethods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPMessage Modifier and Type Method Description AMQPMessageAMQPMessage. setAddress(String address)AMQPMessageAMQPMessage. setAddress(SimpleString address)AMQPMessageAMQPMessage. setAnnotation(SimpleString key, Object value)AMQPMessageAMQPMessage. setExpiration(long expiration)AMQPMessageAMQPMessage. setExtraProperties(org.apache.activemq.artemis.utils.collections.TypedProperties extraProperties)AMQPMessageAMQPMessage. setReplyTo(SimpleString address)AMQPMessageAMQPMessage. setScheduledDeliveryTime(Long time)Methods in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type AMQPMessage Modifier and Type Method Description static org.apache.qpid.proton.amqp.messaging.HeaderAMQPMessageBrokerAccessor. getCurrentHeader(AMQPMessage message)Warning: this is a method specific to the broker.static org.apache.qpid.proton.amqp.messaging.PropertiesAMQPMessageBrokerAccessor. getCurrentProperties(AMQPMessage message)Warning: this is a method specific to the broker.static org.apache.qpid.proton.amqp.messaging.ApplicationPropertiesAMQPMessageBrokerAccessor. getDecodedApplicationProperties(AMQPMessage message)Warning: this is a method specific to the broker.static org.apache.qpid.proton.amqp.messaging.MessageAnnotationsAMQPMessageBrokerAccessor. getDecodedMessageAnnotations(AMQPMessage message)static ObjectAMQPMessageBrokerAccessor. getDeliveryAnnotationProperty(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.AckReasonAMQPMessageBrokerAccessor. getMessageAnnotationAckReason(AMQPMessage message)static ObjectAMQPMessageBrokerAccessor. getMessageAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)Warning: this is a method specific to the broker.static intAMQPMessageBrokerAccessor. getRemainingBodyPosition(AMQPMessage message)Warning: this is a method specific to the broker.Constructors in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type AMQPMessage Constructor Description AMQPMessage(AMQPMessage copy) -
Uses of AMQPMessage in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPMessage Modifier and Type Method Description static AMQPMessageAMQPFederationEventSupport. encodeAddressAddedEvent(String address)Encode an event that indicates that an Address that belongs to a federation request which was not present at the time of the request or was later removed is now present and the remote should check for demand and attempt to federate the resource once again.static AMQPMessageAMQPFederationPolicySupport. encodeAddressPolicyControlMessage(FederationReceiveFromAddressPolicy policy)Create an AMQP Message used to instruct the remote peer that it should perform Federation operations on the givenFederationReceiveFromAddressPolicy.static AMQPMessageAMQPFederationEventSupport. encodeQueueAddedEvent(String address, String queue)Encode an event that indicates that a Queue that belongs to a federation request which was not present at the time of the request or was later removed is now present and the remote should check for demand and attempt to federate the resource once again.static AMQPMessageAMQPFederationPolicySupport. encodeQueuePolicyControlMessage(FederationReceiveFromQueuePolicy policy)Create an AMQP Message used to instruct the remote peer that it should perform Federation operations on the givenFederationReceiveFromQueuePolicy.Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPMessage Modifier and Type Method Description static Map<String,Object>AMQPFederationEventSupport. decodeAddressAddedEvent(AMQPMessage message)Decode and return the Map containing the event data for an Address that was the target of a previous federation request which was not present on the remote server or was later removed has now been (re)added.static Map<String,Object>AMQPFederationEventSupport. decodeQueueAddedEvent(AMQPMessage message)Decode and return the Map containing the event data for a Queue that was the target of a previous federation request which was not present on the remote server or was later removed has now been (re)added.static FederationReceiveFromAddressPolicyAMQPFederationPolicySupport. decodeReceiveFromAddressPolicy(AMQPMessage message, WildcardConfiguration wildcardConfig)Given an AMQP Message decode anFederationReceiveFromAddressPolicyfrom it and return the decoded value.static FederationReceiveFromQueuePolicyAMQPFederationPolicySupport. decodeReceiveFromQueuePolicy(AMQPMessage message, WildcardConfiguration wildcardConfig)Given an AMQP Message decode anFederationReceiveFromQueuePolicyfrom it and return the decoded value.voidAMQPFederationCommandDispatcher. sendCommand(AMQPMessage command)Raw send command that accepts andAMQPMessageinstance and routes it using the server post office instance.voidAMQPFederationEventDispatcher. sendEvent(AMQPMessage event)Raw event send API that accepts anAMQPMessageinstance and routes it using the server post office instance. -
Uses of AMQPMessage in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that return AMQPMessage Modifier and Type Method Description static AMQPMessageCoreAmqpConverter. checkAMQP(Message message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)AMQPMessageAMQPConverter. fromCore(ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)static AMQPMessageCoreAmqpConverter. fromCore(ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)Methods in org.apache.activemq.artemis.protocol.amqp.converter with parameters of type AMQPMessage Modifier and Type Method Description ICoreMessageAMQPConverter. toCore(AMQPMessage messageSource, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)static ICoreMessageAmqpCoreConverter. toCore(AMQPMessage message, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)static ICoreMessageAmqpCoreConverter. toCore(AMQPMessage message, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools, org.apache.qpid.proton.amqp.messaging.Header header, org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations, org.apache.qpid.proton.amqp.messaging.Properties properties, org.apache.qpid.proton.amqp.messaging.ApplicationProperties applicationProperties, org.apache.qpid.proton.amqp.messaging.Section body, org.apache.qpid.proton.amqp.messaging.Footer footer)
-