Package org.apache.activemq.transport.amqp.protocol


package org.apache.activemq.transport.amqp.protocol
  • Class
    Description
    AmqpAbstractLink<LINK_TYPE extends org.apache.qpid.proton.engine.Link>
    Abstract AmqpLink implementation that provide basic Link services.
    Abstract base that provides common services for AMQP Receiver types.
    Implements the mechanics of managing a single remote peer connection.
    A Described Type wrapper for JMS selector values.
    Interface used to define the operations needed to implement an AMQP Link based endpoint, i.e.
    A Described Type wrapper for JMS no local option for MessageConsumer.
    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.
    Root interface for all endpoint objects.
    An 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.
    Wraps the AMQP Session and provides the services needed to manage the remote peer requests for link establishment.
    Implements the AMQP Transaction Coordinator support to manage local transactions between an AMQP client and the broker.
    Utility class that can generate and if enabled pool the binary tag values used to identify transfers over an AMQP link.
    Interface used by the AmqpProtocolConverter for callbacks from the broker.