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 722FA7BBE for ; Thu, 20 Oct 2011 17:36:35 +0000 (UTC) Received: (qmail 54481 invoked by uid 500); 20 Oct 2011 17:36:35 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 54436 invoked by uid 500); 20 Oct 2011 17:36:35 -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 54376 invoked by uid 99); 20 Oct 2011 17:36:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 17:36:35 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 17:36:33 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B4E59313876 for ; Thu, 20 Oct 2011 17:36:13 +0000 (UTC) Date: Thu, 20 Oct 2011 17:36:13 +0000 (UTC) From: "Gary Tully (Resolved) (JIRA)" To: dev@activemq.apache.org Message-ID: <1404332604.16424.1319132173742.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <862237092.16026.1319128752342.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (AMQ-3551) exclude networkConnectors from sendFailIfNoSpace on producer flow control 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-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-3551. ----------------------------- Resolution: Fixed fix in http://svn.apache.org/viewvc?rev=1186952&view=rev > exclude networkConnectors from sendFailIfNoSpace on producer flow control > ------------------------------------------------------------------------- > > Key: AMQ-3551 > URL: https://issues.apache.org/jira/browse/AMQ-3551 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Affects Versions: 5.5.0 > Reporter: Gary Tully > Assignee: Gary Tully > Fix For: 5.6.0 > > > SystemUsage.sendFailIfNoSpace results in an exception. this exception will cause a network bridge to stop and restart, just like an network outage. Handling it does not make sense as the only way to handle it is to stop and start an individual consumer on the bridge, to stop consumption, which is effectivly what blocking the send on the broker would do, the default when sendFailIfNoSpace=false. Coupled with the fix for https://issues.apache.org/jira/browse/AMQ-3331, blocking behavior is the best for a network connector. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira