Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97583200C4D for ; Wed, 5 Apr 2017 14:07:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95F4D160B9E; Wed, 5 Apr 2017 12:07:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DCD57160B91 for ; Wed, 5 Apr 2017 14:07:09 +0200 (CEST) Received: (qmail 39166 invoked by uid 500); 5 Apr 2017 12:07:09 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 39156 invoked by uid 99); 5 Apr 2017 12:07:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2017 12:07:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 02519DFC8E; Wed, 5 Apr 2017 12:07:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: martyntaylor@apache.org To: commits@activemq.apache.org Date: Wed, 05 Apr 2017 12:07:08 -0000 Message-Id: <0344aaa5d7d7499196124d9da4556c26@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: This closes #1171 archived-at: Wed, 05 Apr 2017 12:07:10 -0000 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 Authored: Wed Apr 5 13:06:55 2017 +0100 Committer: Martyn Taylor 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(-) ----------------------------------------------------------------------