Repository: activemq-artemis Updated Branches: refs/heads/master ae41b72e3 -> 3bc0655ef
This closes #1407 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3bc0655e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3bc0655e Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3bc0655e Branch: refs/heads/master Commit: 3bc0655ef7a1b92bfe831d2b5a01bffc7b8b0b9b Parents: ae41b72 1b3d9cf Author: Clebert Suconic <[email protected]> Authored: Mon Jul 24 10:50:52 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Mon Jul 24 10:50:52 2017 -0400 ---------------------------------------------------------------------- pom.xml | 9 + tests/activemq5-unit-tests/pom.xml | 7 + .../apache/activemq/broker/BrokerService.java | 13 +- .../artemiswrapper/ArtemisBrokerWrapper.java | 1 + .../broker/artemiswrapper/RegionProxy.java | 157 +++++ .../broker/region/policy/DestinationProxy.java | 645 +++++++++++++++++++ .../broker/region/policy/RegionBrokerProxy.java | 423 ++++++++++++ 7 files changed, 1249 insertions(+), 6 deletions(-) ----------------------------------------------------------------------
