This closes #1174
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2edc972c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2edc972c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2edc972c Branch: refs/heads/master Commit: 2edc972c52346cecba0c02e96089fba6572fecb6 Parents: 582907f c767e93 Author: Justin Bertram <[email protected]> Authored: Wed Apr 5 15:19:07 2017 -0500 Committer: Justin Bertram <[email protected]> Committed: Wed Apr 5 15:19:07 2017 -0500 ---------------------------------------------------------------------- .../activemq/artemis/util/ServerUtil.java | 9 + tests/smoke-tests/pom.xml | 217 +++++++++++++-- .../smoke-tests/replicated-flowcontrol/pom.xml | 203 -------------- .../main/resources/activemq/server0/broker.xml | 118 -------- .../main/resources/activemq/server1/broker.xml | 121 --------- .../ReplicatedFailbackSmokeTest.java | 268 ------------------ .../servers/replicated-static0/broker.xml | 118 ++++++++ .../servers/replicated-static1/broker.xml | 121 +++++++++ .../tests/smoke/common/SmokeTestBase.java | 62 +++++ .../ReplicationFlowControlTest.java | 270 +++++++++++++++++++ 10 files changed, 768 insertions(+), 739 deletions(-) ----------------------------------------------------------------------
