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.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(java.lang.String address)AMQPMessageAMQPMessage. setAddress(org.apache.activemq.artemis.api.core.SimpleString address)AMQPMessageAMQPMessage. setAnnotation(org.apache.activemq.artemis.api.core.SimpleString key, java.lang.Object value)AMQPMessageAMQPMessage. setExpiration(long expiration)AMQPMessageAMQPMessage. setExtraProperties(org.apache.activemq.artemis.utils.collections.TypedProperties extraProperties)AMQPMessageAMQPMessage. setReplyTo(org.apache.activemq.artemis.api.core.SimpleString address)AMQPMessageAMQPMessage. setScheduledDeliveryTime(java.lang.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 java.lang.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 java.lang.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.java.lang.StringAMQPSessionCallback. invokeIncoming(AMQPMessage message, ActiveMQProtonRemotingConnection connection)java.lang.StringProtonProtocolManager. invokeIncoming(AMQPMessage message, ActiveMQProtonRemotingConnection connection)java.lang.StringAMQPConnectionCallback. invokeIncomingInterceptors(AMQPMessage message, ActiveMQProtonRemotingConnection connection)java.lang.StringAMQPSessionCallback. invokeOutgoing(AMQPMessage message, ActiveMQProtonRemotingConnection connection)java.lang.StringProtonProtocolManager. invokeOutgoing(AMQPMessage message, ActiveMQProtonRemotingConnection connection)java.lang.StringAMQPConnectionCallback. invokeOutgoingInterceptors(AMQPMessage message, ActiveMQProtonRemotingConnection connection)voidAMQPSessionCallback. serverSend(ProtonServerReceiverContext context, org.apache.activemq.artemis.core.transaction.Transaction transaction, org.apache.qpid.proton.engine.Receiver receiver, org.apache.qpid.proton.engine.Delivery delivery, org.apache.activemq.artemis.api.core.SimpleString address, org.apache.activemq.artemis.core.server.RoutingContext routingContext, AMQPMessage message)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.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(org.apache.activemq.artemis.api.core.Message message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)AMQPMessageAMQPConverter. fromCore(org.apache.activemq.artemis.api.core.ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)static AMQPMessageCoreAmqpConverter. fromCore(org.apache.activemq.artemis.api.core.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 org.apache.activemq.artemis.api.core.ICoreMessageAMQPConverter. toCore(AMQPMessage messageSource, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)static org.apache.activemq.artemis.api.core.ICoreMessageAmqpCoreConverter. toCore(AMQPMessage message, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)static org.apache.activemq.artemis.api.core.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)
-