Uses of Interface
org.apache.activemq.transport.amqp.protocol.AmqpResource
Packages that use AmqpResource
-
Uses of AmqpResource in org.apache.activemq.transport.amqp.protocol
Subinterfaces of AmqpResource in org.apache.activemq.transport.amqp.protocolModifier and TypeInterfaceDescriptioninterfaceInterface used to define the operations needed to implement an AMQP Link based endpoint, i.e.Classes in org.apache.activemq.transport.amqp.protocol that implement AmqpResourceModifier and TypeClassDescriptionclassAmqpAbstractLink<LINK_TYPE extends org.apache.qpid.proton.engine.Link>Abstract AmqpLink implementation that provide basic Link services.classAbstract base that provides common services for AMQP Receiver types.classAn AmqpReceiver wraps the AMQP Receiver end of a link from the remote peer which holds the corresponding Sender which transfers message accross the link.classAn AmqpSender wraps the AMQP Sender end of a link from the remote peer which holds the corresponding Receiver which receives messages transfered across the link from the Broker.classWraps the AMQP Session and provides the services needed to manage the remote peer requests for link establishment.classImplements the AMQP Transaction Coordinator support to manage local transactions between an AMQP client and the broker.