The MQTT broker implementation does not currently support interceptors.

Contributions are welcome, of course. You can look at how the Core and Stomp 
protocol implementations handle this for guidance if you wish.


Justin

----- Original Message -----
From: "vpeng23" <vpen...@gmail.com>
To: users@activemq.apache.org
Sent: Thursday, June 30, 2016 11:31:55 AM
Subject: Re: Interceptor for MQTT

I found the following codes in
artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTProtocolManagerFactory.java

   @Override
   public List filterInterceptors(List list) {
      // TODO Add support for interceptors.
          ActiveMQServerLogger.LOGGER.warn("MQTT!! Add support for
interceptors!!");
      return null;
   }

Does this mean the MQTT protocol in Artemis can't support interceptor?

- Vincent



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Interceptor-for-MQTT-tp4713408p4713493.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to