Uses of Class
org.apache.activemq.transport.amqp.protocol.AmqpAbstractLink
Packages that use AmqpAbstractLink
-
Uses of AmqpAbstractLink in org.apache.activemq.transport.amqp.protocol
Subclasses of AmqpAbstractLink in org.apache.activemq.transport.amqp.protocolModifier and TypeClassDescriptionclassAbstract 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.classImplements the AMQP Transaction Coordinator support to manage local transactions between an AMQP client and the broker.