You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jiri Danek (JIRA)" <ji...@apache.org> on 2016/07/01 17:55:11 UTC

[jira] [Updated] (ARTEMIS-607) Implement support for Interceptors with the MQTT protocol

     [ https://issues.apache.org/jira/browse/ARTEMIS-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Danek updated ARTEMIS-607:
-------------------------------
       Priority: Major  (was: Critical)
    Description: 
Intercepting MQTT messages is not yet supported, only core protocol messages can be intercepted. I would like to request a feature for MQTT interceptor support.

This feature was recently requested on the users@ mailing list http://activemq.2283324.n4.nabble.com/Interceptor-for-MQTT-td4713408.html

I encountered this issue when trying to answer http://stackoverflow.com/questions/38101899/intercepting-mqtt-messages-in-artemis

  was:
I followed the {{examples/features/standard/interceptor}} example and built my own class that implements the Interceptor interface. I made it print a message every time it is triggered. That way I know this happens. I configured the broker and made the interceptor work for messages coming over the core protocol.

I then tried sending AMQP messages with {{qpid-proton/examples/python/simple_send.py}} and MQTT messages with https://github.com/iwanbk/nyamuk v0.2.0 and neither message triggered the interceptor.

I encountered this issue when trying to answer http://stackoverflow.com/questions/38101899/intercepting-mqtt-messages-in-artemis

     Issue Type: New Feature  (was: Bug)
        Summary: Implement support for Interceptors with the MQTT protocol  (was: Interceptors don't work with non core protocols)

Thanks for clarification and for the mailing list reference. I changed this issue into a Feature Request.

> Implement support for Interceptors with the MQTT protocol
> ---------------------------------------------------------
>
>                 Key: ARTEMIS-607
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-607
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 1.3.0
>            Reporter: Jiri Danek
>
> Intercepting MQTT messages is not yet supported, only core protocol messages can be intercepted. I would like to request a feature for MQTT interceptor support.
> This feature was recently requested on the users@ mailing list http://activemq.2283324.n4.nabble.com/Interceptor-for-MQTT-td4713408.html
> I encountered this issue when trying to answer http://stackoverflow.com/questions/38101899/intercepting-mqtt-messages-in-artemis



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)