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 01C77200C3A for ; Fri, 31 Mar 2017 16:25:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0047D160B9C; Fri, 31 Mar 2017 14:25:23 +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 6F0B7160B80 for ; Fri, 31 Mar 2017 16:25:22 +0200 (CEST) Received: (qmail 32231 invoked by uid 500); 31 Mar 2017 14:25:21 -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 32211 invoked by uid 99); 31 Mar 2017 14:25:21 -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; Fri, 31 Mar 2017 14:25:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BCF6DF99D; Fri, 31 Mar 2017 14:25:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: martyntaylor@apache.org To: commits@activemq.apache.org Date: Fri, 31 Mar 2017 14:25:23 -0000 Message-Id: In-Reply-To: <37d0e4cf38a34050897e8dc99591e016@git.apache.org> References: <37d0e4cf38a34050897e8dc99591e016@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] activemq-artemis git commit: This closes #1164 archived-at: Fri, 31 Mar 2017 14:25:23 -0000 This closes #1164 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/33fff526 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/33fff526 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/33fff526 Branch: refs/heads/master Commit: 33fff526518afba6f4c89a657b884be26e30c727 Parents: 690b8d2 1ca1b4b Author: Martyn Taylor Authored: Fri Mar 31 15:24:50 2017 +0100 Committer: Martyn Taylor Committed: Fri Mar 31 15:24:50 2017 +0100 ---------------------------------------------------------------------- .../protocol/openwire/OpenWireConnection.java | 9 ++ .../integration/amqp/AmqpNettyFailoverTest.java | 3 +- .../amq/ProducerFlowControlBaseTest.java | 158 +++++++++++++++++++ .../amq/ProducerFlowControlSendFailTest.java | 62 +++----- .../openwire/amq/ProducerFlowControlTest.java | 128 +-------------- 5 files changed, 192 insertions(+), 168 deletions(-) ----------------------------------------------------------------------