Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC97D184CE for ; Tue, 3 Nov 2015 23:02:50 +0000 (UTC) Received: (qmail 9311 invoked by uid 500); 3 Nov 2015 23:02:50 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 9271 invoked by uid 500); 3 Nov 2015 23:02:50 -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 9254 invoked by uid 99); 3 Nov 2015 23:02:50 -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; Tue, 03 Nov 2015 23:02:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 533B4E0850; Tue, 3 Nov 2015 23:02:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Tue, 03 Nov 2015 23:02:51 -0000 Message-Id: <309672979b6f47908db580864629151e@git.apache.org> In-Reply-To: <7c29239572904b4da72bdcb57fc6e768@git.apache.org> References: <7c29239572904b4da72bdcb57fc6e768@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #230 This closes #230 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8f184810 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8f184810 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8f184810 Branch: refs/heads/master Commit: 8f1848108a9c36db261822738a9607441cf677f7 Parents: 63d5f3f 3f60898 Author: Clebert Suconic Authored: Tue Nov 3 17:45:07 2015 -0500 Committer: Clebert Suconic Committed: Tue Nov 3 17:45:07 2015 -0500 ---------------------------------------------------------------------- .../activemq/artemis/ra/ActiveMQRALogger.java | 4 + .../artemis/ra/inflow/ActiveMQActivation.java | 99 ++++++++++++++++---- .../ra/inflow/ActiveMQActivationSpec.java | 12 +++ .../artemis/tests/util/ActiveMQTestBase.java | 4 + .../integration/ra/ActiveMQClusteredTest.java | 72 ++++++++++++++ .../ra/ActiveMQRAClusteredTestBase.java | 27 ++++-- 6 files changed, 196 insertions(+), 22 deletions(-) ----------------------------------------------------------------------