Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB238D444 for ; Fri, 7 Dec 2012 23:03:21 +0000 (UTC) Received: (qmail 68585 invoked by uid 500); 7 Dec 2012 23:03:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68528 invoked by uid 500); 7 Dec 2012 23:03:21 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 68308 invoked by uid 99); 7 Dec 2012 23:03:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 23:03:21 +0000 Date: Fri, 7 Dec 2012 23:03:21 +0000 (UTC) From: "Christian Posta (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AMQ-3875) Client / NetworkBridge Connection blocks all communication at the transport when producer-flow-control reached MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Posta reassigned AMQ-3875: ------------------------------------ Assignee: Christian Posta > Client / NetworkBridge Connection blocks all communication at the transport when producer-flow-control reached > -------------------------------------------------------------------------------------------------------------- > > Key: AMQ-3875 > URL: https://issues.apache.org/jira/browse/AMQ-3875 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.4.2 > Reporter: Arthur Naseef > Assignee: Christian Posta > Attachments: AMQ-3875-testcase.patch, TestProducerFlowControl.java, TestProducerFlowControl.java > > > When producer-flow-control throttles a producer, the entire connection for the client, or network bridge, can be blocked until space clears. > A unit test will be attached that demonstrates this situation with any of the following types of messaging: > * PERSISTENT, transacted > * NON-PERSISTENT, non-transacted > * NON-PERSISTENT, transacted > PERSISTENT, non-transacted messages don't have this problem. Internally, it seems that any time messages are sent asynchronously across the transport (i.e. isResponseRequired() == false), the problem occurs. > The expected operation is for producers to the destination to block on send() and all other operations across the same connection to continue normally. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira