Package org.apache.activemq.transport.amqp
package org.apache.activemq.transport.amqp
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
-
ClassDescriptionState based Frame reader that is used in the NIO based transports where AMQP frames can come in in partial or overlapping forms.Represents the AMQP protocol handshake packet that is sent during the initial exchange with a remote peer.An implementation of the
Transportinterface for using AMQP over NIOA AMQP over NIO transport factoryInterface that defines the API for any AMQP protocol converter ised to map AMQP mechanics to ActiveMQ and back.Used to assign the best implementation of a AmqpProtocolConverter to the AmqpTransport based on the AmqpHeader that the client sends us.A AMQP over SSL transport factorySet of useful methods and definitions used in the AMQP protocol handlingBasic interface that mediates between protocol converter and transportA AMQP transport factoryThe 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.Creates the default AMQP WireFormat object used to configure the protocol support.An AMQP based WebSocket transport implementation.Factory for creating WebSocket aware AMQP Transports.