Uses of Class
org.apache.activemq.transport.amqp.protocol.AmqpAbstractReceiver
-
Packages that use AmqpAbstractReceiver Package Description org.apache.activemq.transport.amqp.protocol -
-
Uses of AmqpAbstractReceiver in org.apache.activemq.transport.amqp.protocol
Subclasses of AmqpAbstractReceiver in org.apache.activemq.transport.amqp.protocol Modifier and Type Class Description class
AmqpReceiver
An AmqpReceiver wraps the AMQP Receiver end of a link from the remote peer which holds the corresponding Sender which transfers message accross the link.class
AmqpTransactionCoordinator
Implements the AMQP Transaction Coordinator support to manage local transactions between an AMQP client and the broker.
-