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 A5099200BB9 for ; Mon, 7 Nov 2016 16:59:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A3ACE160AF9; Mon, 7 Nov 2016 15:59:11 +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 DEED7160AEC for ; Mon, 7 Nov 2016 16:59:10 +0100 (CET) Received: (qmail 99105 invoked by uid 500); 7 Nov 2016 15:59:10 -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 99087 invoked by uid 99); 7 Nov 2016 15:59:10 -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, 07 Nov 2016 15:59:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDCE8EC22D; Mon, 7 Nov 2016 15:59:09 +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, 07 Nov 2016 15:59:10 -0000 Message-Id: <08becea8bd9d4f0aa4877b9b70d20f86@git.apache.org> In-Reply-To: <59eab693ea684b28bc671478b03f1a7b@git.apache.org> References: <59eab693ea684b28bc671478b03f1a7b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #882 archived-at: Mon, 07 Nov 2016 15:59:11 -0000 This closes #882 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6c664c1c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6c664c1c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6c664c1c Branch: refs/heads/master Commit: 6c664c1cbc69107cdaff236bb3943531e95b9e40 Parents: 3ead28f 00340c8 Author: Clebert Suconic Authored: Mon Nov 7 09:38:38 2016 -0500 Committer: Clebert Suconic Committed: Mon Nov 7 09:38:38 2016 -0500 ---------------------------------------------------------------------- .../protocol/amqp/client/AMQPClientConnectionFactory.java | 8 ++++++-- .../artemis/protocol/amqp/proton/AMQPConnectionContext.java | 4 ++-- .../artemis/protocol/amqp/proton/handler/ProtonHandler.java | 4 +++- .../activemq/artemis/tests/integration/amqp/ProtonTest.java | 3 ++- 4 files changed, 13 insertions(+), 6 deletions(-) ----------------------------------------------------------------------