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.connect.mirror org.apache.activemq.artemis.protocol.amqp.converter This package will include classes used to make convertions between Artemis and AMQP.org.apache.activemq.artemis.protocol.amqp.proton This package includes classes used on the interaction with Proton, including Context classes that will be translated through the model event. -
-
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.StringAMQPSessionCallback. invokeIncoming(AMQPMessage message, ActiveMQProtonRemotingConnection connection)StringProtonProtocolManager. invokeIncoming(AMQPMessage message, ActiveMQProtonRemotingConnection connection)StringAMQPConnectionCallback. invokeIncomingInterceptors(AMQPMessage message, ActiveMQProtonRemotingConnection connection)StringAMQPSessionCallback. invokeOutgoing(AMQPMessage message, ActiveMQProtonRemotingConnection connection)StringProtonProtocolManager. invokeOutgoing(AMQPMessage message, ActiveMQProtonRemotingConnection connection)StringAMQPConnectionCallback. invokeOutgoingInterceptors(AMQPMessage message, ActiveMQProtonRemotingConnection connection)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 AMQPMessageAMQPFederationPolicySupport. encodeAddressPolicyControlMessage(FederationReceiveFromAddressPolicy policy)Create an AMQP Message used to instruct the remote peer that it should perform Federation operations on the givenFederationReceiveFromAddressPolicy.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 protected voidAMQPFederationCommandProcessor. actualDelivery(AMQPMessage message, org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.engine.Receiver receiver, org.apache.activemq.artemis.core.transaction.Transaction tx)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. -
Uses of AMQPMessage in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Methods in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type AMQPMessage Modifier and Type Method Description protected voidAMQPMirrorControllerTarget. actualDelivery(AMQPMessage message, org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.engine.Receiver receiver, org.apache.activemq.artemis.core.transaction.Transaction tx) -
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) -
Uses of AMQPMessage in org.apache.activemq.artemis.protocol.amqp.proton
Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type AMQPMessage Modifier and Type Method Description protected abstract voidProtonAbstractReceiver. actualDelivery(AMQPMessage message, org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.engine.Receiver receiver, org.apache.activemq.artemis.core.transaction.Transaction tx)protected voidProtonServerReceiverContext. actualDelivery(AMQPMessage message, org.apache.qpid.proton.engine.Delivery delivery, org.apache.qpid.proton.engine.Receiver receiver, org.apache.activemq.artemis.core.transaction.Transaction tx)
-