Class AmqpTransportFilter

  • All Implemented Interfaces:
    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