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:33:11 UTC

[jira] [Created] (ARTEMIS-607) Interceptors don't work with non core protocols

Jiri Danek created ARTEMIS-607:
----------------------------------

             Summary: Interceptors don't work with non core protocols
                 Key: ARTEMIS-607
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-607
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 1.3.0
            Reporter: Jiri Danek
            Priority: Critical


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



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