Class AmqpTransportFilter

java.lang.Object
org.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.amqp.AmqpTransportFilter
All Implemented Interfaces:
org.apache.activemq.Service, AmqpTransport, Transport, TransportListener

public class AmqpTransportFilter extends TransportFilter implements AmqpTransport
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. All of the conversion work is done by delegating to the AMQPProtocolConverter