Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 82845 invoked from network); 9 Apr 2008 08:47:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 08:47:18 -0000 Received: (qmail 26878 invoked by uid 500); 9 Apr 2008 08:47:18 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 26852 invoked by uid 500); 9 Apr 2008 08:47:18 -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 26843 invoked by uid 99); 9 Apr 2008 08:47:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 01:47:18 -0700 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, 09 Apr 2008 08:46:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE560234C0C3 for ; Wed, 9 Apr 2008 01:44:32 -0700 (PDT) Message-ID: <1492074677.1207730672713.JavaMail.jira@brutus> Date: Wed, 9 Apr 2008 01:44:32 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1523) Consumer Priorities Appear To Be Broken On AMQ 5.0 In-Reply-To: <10828943.1197935786761.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1523. ----------------------------- Fix Version/s: 5.1.0 Resolution: Fixed > Consumer Priorities Appear To Be Broken On AMQ 5.0 > -------------------------------------------------- > > Key: AMQ-1523 > URL: https://issues.apache.org/activemq/browse/AMQ-1523 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.0.0 > Environment: AMQ 5.0 on Windows XP Pro > Reporter: Joe Fernandez > Assignee: Rob Davies > Fix For: 5.1.0 > > > 1. I have two brokers A and B, which are interconnected via a forwarding bridge. > 2. conduitSubscriptions is set to "true" (default) > 3. Connected to each of the brokers, I have a consumer reading off a queue called Q.TEST. > 4. The consumer on broker B is given a vastly different priority than the consumer on broker A. > 5. I start a producer that connects to broker A and sends x number of messages to Q.TEST. > On AMQ 4.1.1, the consumer with the higher priority would receive more of the message load. However, on the just-released AMQ 5.0 this is not the case; the message load is being evenly distributed across both consumers. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.