You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/03/31 17:25:02 UTC

[4/4] activemq-6 git commit: This closes #191 - Stomp interceptors

This closes #191 - Stomp interceptors


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/c65ca252
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/c65ca252
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/c65ca252

Branch: refs/heads/master
Commit: c65ca252f89ed8630c87a7b823b608b790347630
Parents: 9da0a37 2f819a6
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Mar 31 11:24:30 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Mar 31 11:24:30 2015 -0400

----------------------------------------------------------------------
 .../activemq/api/core/BaseInterceptor.java      |  35 ++++
 .../apache/activemq/api/core/Interceptor.java   |  13 +-
 .../protocol/proton/ProtonProtocolManager.java  |  26 ++-
 .../proton/ProtonProtocolManagerFactory.java    |  15 +-
 .../openwire/OpenWireProtocolManager.java       | 141 ++++++++-------
 .../OpenWireProtocolManagerFactory.java         |  14 +-
 .../protocol/stomp/StompFrameInterceptor.java   |  29 +++
 .../protocol/stomp/StompProtocolManager.java    |  61 ++++++-
 .../stomp/StompProtocolManagerFactory.java      |  16 +-
 .../protocol/core/impl/CoreProtocolManager.java |  30 +++-
 .../core/impl/CoreProtocolManagerFactory.java   |  23 ++-
 .../server/impl/RemotingServiceImpl.java        |  55 ++++--
 .../AbstractProtocolManagerFactory.java         |  57 ++++++
 .../spi/core/protocol/ProtocolManager.java      |  16 +-
 .../core/protocol/ProtocolManagerFactory.java   |  22 ++-
 docs/user-manual/en/intercepting-operations.md  |  11 ++
 .../tests/integration/stomp/ExtraStompTest.java | 178 +++++++++++++++++++
 .../tests/integration/stomp/StompTestBase.java  |   2 +-
 .../unit/core/server/impl/QueueImplTest.java    |   9 +-
 19 files changed, 634 insertions(+), 119 deletions(-)
----------------------------------------------------------------------