Package org.apache.activemq.transport.amqp
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
-
Interface Summary Interface Description AmqpFrameParser.AMQPFrameSink AmqpProtocolConverter Interface that defines the API for any AMQP protocol converter ised to map AMQP mechanics to ActiveMQ and back.AmqpTransport Basic interface that mediates between protocol converter and transportAmqpWireFormat.ResetListener ResponseHandler Interface used by the AmqpProtocolConverter for callbacks from the broker. -
Class Summary Class Description AmqpFrameParser State based Frame reader that is used in the NIO based transports where AMQP frames can come in in partial or overlapping forms.AmqpHeader Represents the AMQP protocol handshake packet that is sent during the initial exchange with a remote peer.AmqpInactivityMonitor AmqpNioSslTransport AmqpNioSslTransportFactory AmqpNioTransport An implementation of theTransport
interface for using AMQP over NIOAmqpNioTransportFactory A AMQP over NIO transport factoryAmqpProtocolDiscriminator Used to assign the best implementation of a AmqpProtocolConverter to the AmqpTransport based on the AmqpHeader that the client sends us.AmqpSslTransportFactory A AMQP over SSL transport factoryAmqpSupport Set of useful methods and definitions used in the AMQP protocol handlingAmqpTransportFactory A AMQP transport factoryAmqpTransportFilter The AMQPTransportFilter normally sits on top of a TcpTransport that has been configured with the AmqpWireFormat and is used to convert AMQP commands to ActiveMQ commands.AmqpWireFormat AmqpWireFormatFactory Creates the default AMQP WireFormat object used to configure the protocol support.AmqpWSTransport An AMQP based WebSocket transport implementation.AmqpWSTransportFactory Factory for creating WebSocket aware AMQP Transports. -
Exception Summary Exception Description AmqpProtocolException