Class MQTTTransportFilter

  • All Implemented Interfaces:
    org.apache.activemq.Service, MQTTTransport, Transport, TransportListener

    public class MQTTTransportFilter
    extends TransportFilter
    implements MQTTTransport
    The MQTTTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert MQTT commands to ActiveMQ commands. All of the conversion work is done by delegating to the MQTTProtocolConverter