You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Felix Ehm (JIRA)" <ji...@apache.org> on 2010/07/30 11:43:51 UTC

[jira] Updated: (AMQ-2853) Inflight count increases when subscribing to topic using '>' on destiantion name.

     [ 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.