Repository: activemq-artemis Updated Branches: refs/heads/master 05ac53a30 -> 98fa433bd
This closes #617 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/98fa433b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/98fa433b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/98fa433b Branch: refs/heads/master Commit: 98fa433bd1f1bb93891966018a08a7f987366b9d Parents: 05ac53a 7c746c7 Author: Clebert Suconic <[email protected]> Authored: Tue Jul 5 19:43:00 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Jul 5 19:43:00 2016 -0400 ---------------------------------------------------------------------- .../core/protocol/mqtt/MQTTInterceptor.java | 26 ++++++++ .../core/protocol/mqtt/MQTTProtocolHandler.java | 6 +- .../core/protocol/mqtt/MQTTProtocolManager.java | 35 ++++++++--- .../mqtt/MQTTProtocolManagerFactory.java | 10 +-- .../protocol/stomp/StompProtocolManager.java | 21 +------ .../core/protocol/AbstractProtocolManager.java | 46 ++++++++++++++ docs/hacking-guide/en/maintainers.md | 2 +- docs/user-manual/en/intercepting-operations.md | 21 +++++-- .../integration/mqtt/imported/MQTTTest.java | 9 ++- .../mqtt/imported/MQTTTestSupport.java | 64 +++++++++++++++++--- 10 files changed, 192 insertions(+), 48 deletions(-) ----------------------------------------------------------------------
