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.
|