Repository: activemq-artemis Updated Branches: refs/heads/master f0ce8a85a -> 582907f31
This closes #1171 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/582907f3 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/582907f3 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/582907f3 Branch: refs/heads/master Commit: 582907f3171b71aae3dc9a1fbc135da2c326466f Parents: f0ce8a8 dd27fb5 Author: Martyn Taylor <[email protected]> Authored: Wed Apr 5 13:06:55 2017 +0100 Committer: Martyn Taylor <[email protected]> Committed: Wed Apr 5 13:06:55 2017 +0100 ---------------------------------------------------------------------- .../src/test/scripts/run-examples.sh | 5 - examples/pom.xml | 1 - examples/smoke/ha/pom.xml | 61 ----- .../smoke/ha/replicated-flowcontrol/pom.xml | 112 -------- .../example/ReplicatedFailbackStaticSmoke.java | 225 ---------------- .../main/resources/activemq/server0/broker.xml | 118 -------- .../main/resources/activemq/server1/broker.xml | 121 --------- .../src/main/resources/jndi.properties | 20 -- examples/smoke/pom.xml | 60 ----- examples/smoke/readme.md | 8 - pom.xml | 4 +- tests/pom.xml | 1 + tests/smoke-tests/pom.xml | 48 ++++ tests/smoke-tests/readme.md | 6 + .../smoke-tests/replicated-flowcontrol/pom.xml | 203 ++++++++++++++ .../main/resources/activemq/server0/broker.xml | 118 ++++++++ .../main/resources/activemq/server1/broker.xml | 121 +++++++++ .../ReplicatedFailbackSmokeTest.java | 268 +++++++++++++++++++ 18 files changed, 768 insertions(+), 732 deletions(-) ----------------------------------------------------------------------
