Uses of Class
org.apache.activemq.transport.amqp.protocol.AmqpAbstractLink
-
Packages that use AmqpAbstractLink Package Description org.apache.activemq.transport.amqp.protocol -
-
Uses of AmqpAbstractLink in org.apache.activemq.transport.amqp.protocol
Subclasses of AmqpAbstractLink in org.apache.activemq.transport.amqp.protocol Modifier and Type Class Description classAmqpAbstractReceiverAbstract base that provides common services for AMQP Receiver types.classAmqpReceiverAn AmqpReceiver wraps the AMQP Receiver end of a link from the remote peer which holds the corresponding Sender which transfers message accross the link.classAmqpSenderAn 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.classAmqpTransactionCoordinatorImplements the AMQP Transaction Coordinator support to manage local transactions between an AMQP client and the broker.
-