This closes #1130
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6cacdd9e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6cacdd9e Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6cacdd9e Branch: refs/heads/master Commit: 6cacdd9e324e4fe371d87dfc20a2dd0bb6c6a9ad Parents: 07597ba 20c67ba Author: Martyn Taylor <[email protected]> Authored: Thu Mar 30 10:15:51 2017 +0100 Committer: Martyn Taylor <[email protected]> Committed: Thu Mar 30 10:15:51 2017 +0100 ---------------------------------------------------------------------- .../standard/interceptor-client-mqtt/pom.xml | 120 +++++++++++++ .../interceptor-client-mqtt/readme.html | 71 ++++++++ .../mqtt/example/InterceptorExample.java | 62 +++++++ .../mqtt/example/SimpleMQTTInterceptor.java | 60 +++++++ .../main/resources/activemq/server0/broker.xml | 176 +++++++++++++++++++ examples/features/standard/pom.xml | 2 + 6 files changed, 491 insertions(+) ----------------------------------------------------------------------
