Uses of Class
org.apache.activemq.transport.amqp.protocol.AmqpSession
Packages that use AmqpSession
-
Uses of AmqpSession in org.apache.activemq.transport.amqp.protocol
Fields in org.apache.activemq.transport.amqp.protocol declared as AmqpSessionMethods in org.apache.activemq.transport.amqp.protocol that return AmqpSessionMethods in org.apache.activemq.transport.amqp.protocol with parameters of type AmqpSessionConstructors in org.apache.activemq.transport.amqp.protocol with parameters of type AmqpSessionModifierConstructorDescriptionAmqpAbstractLink(AmqpSession session, LINK_TYPE endpoint) Creates a new AmqpLink type.AmqpAbstractReceiver(AmqpSession session, org.apache.qpid.proton.engine.Receiver endpoint) Handle create of new AMQP Receiver instance.AmqpReceiver(AmqpSession session, org.apache.qpid.proton.engine.Receiver endpoint, org.apache.activemq.command.ProducerInfo producerInfo) Create a new instance of an AmqpReceiverAmqpSender(AmqpSession session, org.apache.qpid.proton.engine.Sender endpoint, org.apache.activemq.command.ConsumerInfo consumerInfo) Creates a new AmqpSender instance that manages the given SenderAmqpTransactionCoordinator(AmqpSession session, org.apache.qpid.proton.engine.Receiver endpoint) Creates a new Transaction coordinator used to manage AMQP transactions.