Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 18978 invoked from network); 22 Jul 2009 15:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 15:56:51 -0000 Received: (qmail 581 invoked by uid 500); 22 Jul 2009 15:57:56 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 551 invoked by uid 500); 22 Jul 2009 15:57:56 -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 541 invoked by uid 99); 22 Jul 2009 15:57:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 15:57:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 15:57:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDD4729A0014 for ; Wed, 22 Jul 2009 08:57:33 -0700 (PDT) Message-ID: <1512532691.1248278253772.JavaMail.jira@brutus> Date: Wed, 22 Jul 2009 08:57:33 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2286) NetworkConnector PrefetchSize In-Reply-To: <1390452248.1244645615295.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2286: ---------------------------- Priority: Major (was: Blocker) changing priority to major as I don't think this issue should block a 5.3 release. The prefetch is in effect for a network consumer but the consumer dispatches immediately to a broker through a message producer that does not block unless the send blocks through a memory utilization limit. Thus my previous comments. Constraining the queue's memory usage should block message producers for slow brokers. Have you had any success with memory usage or disk usage constraints that will cause a send to block pending space? > NetworkConnector PrefetchSize > ----------------------------- > > Key: AMQ-2286 > URL: https://issues.apache.org/activemq/browse/AMQ-2286 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.2.0 > Environment: Sun solaris 10 > Reporter: ying > > I have an issue which greatly reduces the quality of service of a network of activemq brokers. > Here is what I have: > 1. 4 brokers( broker1, broker2, broker3, broker4) in a network by multicast discovery > 2. i have 2 consumers of QueueA on broker1, 2 consumers of QueueA on broker2, and consumer queuePrefetch=1, networkConnector prefetchSize=1. Queue is using RoundRobinDispatchPolicy > 3. I publish to QueueA on broker3 with 100 msgs, 2 consumers on broker1 are fast and they process fine but 2 consumers on broker2 are stuck. However, with this config, msgs are still 50 goes to broker1, 50 goes to broker2, and when consumers on broker2 get stuck, those 50 msgs are stuck on broker2. It seems the prefetchSize=1 on networkConnector have no effect at all. > what I expect in this case will be that 98 msgs shall go to broker1, and only 2 msgs stuck on broker2's consumers. I cannot lose a single msg so ConstantPendingMessageLimit will not help. > Please help. Thanks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.