Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4510 invoked from network); 30 Jul 2010 09:44:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 09:44:17 -0000 Received: (qmail 37691 invoked by uid 500); 30 Jul 2010 09:44:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 37592 invoked by uid 500); 30 Jul 2010 09:44:15 -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 37584 invoked by uid 99); 30 Jul 2010 09:44:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 09:44:14 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 09:44:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6U9hpfF025336 for ; Fri, 30 Jul 2010 09:43:52 GMT Message-ID: <18275523.56381280483031803.JavaMail.jira@thor> Date: Fri, 30 Jul 2010 05:43:51 -0400 (EDT) From: "Felix Ehm (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2853) Inflight count increases when subscribing to topic using '>' on destiantion name. In-Reply-To: <270330.56371280482911780.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Ehm updated AMQ-2853: --------------------------- Description: When subscribing to a topic using the '>' selector, the inflight counter for the affected (sub)topics increases with every message sent. However, the listeners receive the message correctly. You can easily reproduce this by starting two producers on A.B and A.C. If you subscribe using a MessageListener to 'A.>' you will see the increasing Inflight counter. This does not happen when subscribing directly to the topic. I.e. using two MessageListeners. was: When subscribing to a topic using the '>' selector, the inflight counter for the affected (sub)topics are affected. You can easily reproduce this by starting two producers on A.B and A.C. If you subscribe using a MessageListener to 'A.>' you will see the increasing Inflight counter. This does not happen when subscribing directly to the topic. I.e. using two MessageListeners. Priority: Minor (was: Major) > Inflight count increases when subscribing to topic using '>' on destiantion name. > --------------------------------------------------------------------------------- > > Key: AMQ-2853 > URL: https://issues.apache.org/activemq/browse/AMQ-2853 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.3.2 > Environment: Java(TM) SE Runtime Environment (build 1.6.0_17-b04) > 2.6.18-194.el5 #1 SMP > x86_64 > Reporter: Felix Ehm > Priority: Minor > > When subscribing to a topic using the '>' selector, the inflight counter for the affected (sub)topics increases with every message sent. > However, the listeners receive the message correctly. > You can easily reproduce this by starting two producers on A.B and A.C. > If you subscribe using a MessageListener to 'A.>' you will see the increasing Inflight counter. > This does not happen when subscribing directly to the topic. I.e. using two MessageListeners. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.