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 DCA6C200BA8 for ; Mon, 24 Oct 2016 15:42:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DB2BC160B03; Mon, 24 Oct 2016 13:42:43 +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 5DE77160AE1 for ; Mon, 24 Oct 2016 15:42:43 +0200 (CEST) Received: (qmail 24397 invoked by uid 500); 24 Oct 2016 13:42:42 -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 24380 invoked by uid 99); 24 Oct 2016 13:42:42 -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; Mon, 24 Oct 2016 13:42:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 315C4DFF5A; Mon, 24 Oct 2016 13:42:42 +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: Mon, 24 Oct 2016 13:42:42 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/5] activemq-artemis git commit: This closes #855 archived-at: Mon, 24 Oct 2016 13:42:44 -0000 Repository: activemq-artemis Updated Branches: refs/heads/master 224770168 -> 0f69bbdf0 This closes #855 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0f69bbdf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0f69bbdf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0f69bbdf Branch: refs/heads/master Commit: 0f69bbdf0360f1a4f7057a29e939bd0dcffed353 Parents: 2247701 2d1bdcd Author: Clebert Suconic Authored: Mon Oct 24 09:42:22 2016 -0400 Committer: Clebert Suconic Committed: Mon Oct 24 09:42:22 2016 -0400 ---------------------------------------------------------------------- .../remoting/impl/netty/NettyConnector.java | 1 + ...ProtonClientConnectionLifeCycleListener.java | 110 +++++++++++++++++ .../client/ProtonClientProtocolManager.java | 119 +++++++++++++++++++ .../protocol/amqp/client/package-info.java | 22 ++++ .../amqp/proton/AMQPConnectionContext.java | 8 +- .../amqp/proton/handler/ProtonHandler.java | 7 ++ .../tests/integration/amqp/ProtonTest.java | 55 +++++++++ .../tests/integration/amqp/ProtonTestBase.java | 19 +-- 8 files changed, 333 insertions(+), 8 deletions(-) ----------------------------------------------------------------------