From commits-return-50390-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Feb 1 16:24:53 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id D2373180652 for ; Thu, 1 Feb 2018 16:24:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C2868160C56; Thu, 1 Feb 2018 15:24:53 +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 3C0E0160C26 for ; Thu, 1 Feb 2018 16:24:53 +0100 (CET) Received: (qmail 69312 invoked by uid 500); 1 Feb 2018 15:24:52 -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 69299 invoked by uid 99); 1 Feb 2018 15:24:52 -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; Thu, 01 Feb 2018 15:24:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 55275E96AA; Thu, 1 Feb 2018 15:24:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nigrofranz@apache.org To: commits@activemq.apache.org Date: Thu, 01 Feb 2018 15:24:53 -0000 Message-Id: <073f29113a7f4488b3604361ed13fe45@git.apache.org> In-Reply-To: <8c5a44a0ddbf45e2ba42d86ffca53048@git.apache.org> References: <8c5a44a0ddbf45e2ba42d86ffca53048@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1829 This closes #1829 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/19147e49 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/19147e49 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/19147e49 Branch: refs/heads/master Commit: 19147e49869d23906baf2cc07d98564043b3b0e0 Parents: ce84c0c 51cb5df Author: Francesco Nigro Authored: Thu Feb 1 16:23:54 2018 +0100 Committer: Francesco Nigro Committed: Thu Feb 1 16:23:54 2018 +0100 ---------------------------------------------------------------------- .../core/postoffice/impl/PostOfficeImpl.java | 52 +++++++++++++++++--- .../server/impl/RemotingServiceImpl.java | 8 ++- .../core/server/cluster/ClusterManager.java | 8 ++- .../artemis/core/server/impl/QueueImpl.java | 12 ++--- .../core/server/impl/ServerConsumerImpl.java | 16 ++++-- .../core/server/impl/ServerSessionImpl.java | 39 ++++++++++----- .../server/plugin/ActiveMQServerPlugin.java | 48 ++++++++++++++++++ .../integration/plugin/AmqpPluginTest.java | 9 +++- .../integration/plugin/CorePluginTest.java | 25 ++++++---- .../plugin/MethodCalledVerifier.java | 30 +++++++++++ .../integration/plugin/MqttPluginTest.java | 7 ++- .../integration/plugin/OpenwirePluginTest.java | 7 ++- .../integration/plugin/StompPluginTest.java | 8 ++- 13 files changed, 220 insertions(+), 49 deletions(-) ----------------------------------------------------------------------