From commits-return-51587-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu May 24 22:29:20 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C4C37180636 for ; Thu, 24 May 2018 22:29:18 +0200 (CEST) Received: (qmail 96037 invoked by uid 500); 24 May 2018 20:29:17 -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 95645 invoked by uid 99); 24 May 2018 20:29:17 -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, 24 May 2018 20:29:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8FBCE116B; Thu, 24 May 2018 20:29:16 +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: Thu, 24 May 2018 20:29:33 -0000 Message-Id: In-Reply-To: <263fa10ee03141b9900dfc3844dbd93d@git.apache.org> References: <263fa10ee03141b9900dfc3844dbd93d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/33] activemq-artemis git commit: This closes #2093 This closes #2093 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/88b23994 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/88b23994 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/88b23994 Branch: refs/heads/2.6.x Commit: 88b23994c31c10245a38729909044f992b6a529f Parents: 78016cb a9d9731 Author: Clebert Suconic Authored: Wed May 23 13:11:36 2018 -0400 Committer: Clebert Suconic Committed: Wed May 23 13:11:36 2018 -0400 ---------------------------------------------------------------------- .../core/protocol/core/impl/PacketImpl.java | 2 + .../artemis/jms/client/ActiveMQSession.java | 23 +- .../amqp/broker/AMQPSessionCallback.java | 27 +- .../amqp/proton/ProtonServerSenderContext.java | 6 +- .../protocol/openwire/OpenWireConnection.java | 6 +- .../core/ServerSessionPacketHandler.java | 11 +- .../server/SecureConfigurationTest.java | 260 +++++++++++++++++++ .../src/test/resources/multicast_topic.xml | 146 +++++++++++ 8 files changed, 459 insertions(+), 22 deletions(-) ----------------------------------------------------------------------