You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2017/11/20 08:38:38 UTC

[2/2] activemq-artemis git commit: This closes #1647 ARTEMIS-1365 Advisory consumers listed in Console

This closes #1647 ARTEMIS-1365 Advisory consumers listed in Console


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

Branch: refs/heads/master
Commit: 9a8055bd3f5e408992e897712235818b2a84109f
Parents: 3c04de3 5fe88e1
Author: Andy Taylor <an...@gmail.com>
Authored: Mon Nov 20 08:38:06 2017 +0000
Committer: Andy Taylor <an...@gmail.com>
Committed: Mon Nov 20 08:38:06 2017 +0000

----------------------------------------------------------------------
 .../activemq/artemis/utils/PrefixUtil.java      |  13 +--
 .../protocol/openwire/OpenWireConnection.java   |  23 +++-
 .../openwire/OpenWireProtocolManager.java       |  24 ++++
 .../core/protocol/openwire/amq/AMQConsumer.java |  17 ++-
 .../core/protocol/openwire/amq/AMQSession.java  |  10 +-
 .../stomp/VersionedStompFrameHandler.java       |   3 +-
 .../artemis/core/server/ActiveMQServer.java     |   4 +
 .../artemis/core/server/ServerSession.java      |  22 +++-
 .../core/server/impl/ActiveMQServerImpl.java    | 113 +++++++++++++++++++
 .../artemis/core/server/impl/AddressInfo.java   |  36 ++++--
 .../core/server/impl/ServerSessionImpl.java     |  68 +++++++----
 .../management/impl/ManagementServiceImpl.java  |  22 +++-
 .../core/settings/HierarchicalRepository.java   |   1 +
 .../en/protocols-interoperability.md            |  27 +++++
 .../management/OpenWireManagementTest.java      | 101 ++++++++++++++++-
 15 files changed, 424 insertions(+), 60 deletions(-)
----------------------------------------------------------------------