[
https://issues.apache.org/jira/browse/ARTEMIS-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057573#comment-16057573
]
ASF GitHub Bot commented on ARTEMIS-607:
----------------------------------------
Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/617#discussion_r123258336
--- Diff: docs/user-manual/en/intercepting-operations.md ---
@@ -9,7 +9,9 @@ makes interceptors powerful, but also potentially dangerous.
## Implementing The Interceptors
-An interceptor must implement the `Interceptor interface`:
+All interceptors are protocol specific.
+
+An interceptor for the core protocol must implement the interface
`Interceptor`:
--- End diff --
I'd change that to
implement the `Interceptor` interface
sounds more like standard Java-speak to me that way.
> 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
> Assignee: John D. Ament
> Fix For: 1.4.0
>
>
> 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.4.14#64029)