Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 20064 invoked from network); 24 Jun 2009 10:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 10:43:49 -0000 Received: (qmail 44376 invoked by uid 500); 24 Jun 2009 10:44:00 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 44309 invoked by uid 500); 24 Jun 2009 10:43:59 -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 44299 invoked by uid 99); 24 Jun 2009 10:43:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 10:43:59 +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, 24 Jun 2009 10:43:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66C44234C045 for ; Wed, 24 Jun 2009 03:43:35 -0700 (PDT) Message-ID: <647935442.1245840215419.JavaMail.jira@brutus> Date: Wed, 24 Jun 2009 03:43:35 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2298) Make network duplicate subscription suppression feature priority based when networkConsumerPrioritys are in play. In-Reply-To: <1302079597.1245780035301.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-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2298. ----------------------------- Resolution: Fixed > Make network duplicate subscription suppression feature priority based when networkConsumerPrioritys are in play. > ----------------------------------------------------------------------------------------------------------------- > > Key: AMQ-2298 > URL: https://issues.apache.org/activemq/browse/AMQ-2298 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Affects Versions: 5.3.0 > Reporter: Gary Tully > Assignee: Gary Tully > Fix For: 5.3.0 > > > Improvement to duplicate subscription suppression feature for queues http://issues.apache.org/activemq/browse/AMQ-2198 > Rather than first subscription wins, allow a higher priority subscription to replace an existing duplicate subscription. > Given brokers A,B,C, a consumer on A can be visible on C as A-C or A-B-C. With suppression, only one would be allowed but it was non deterministic. With this improvement, when decreaseNetworkConsumerPriority is uses, A-C will replace A-B-C as it will have higher priority. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.