You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Marius Breivik (JIRA)" <ji...@apache.org> on 2009/05/28 19:31:50 UTC

[jira] Updated: (AMQ-2269) Message Sent field in admin cosole (topic view) does not increment using VirtualTopic and virtualDestinationInterceptor

     [ https://issues.apache.org/activemq/browse/AMQ-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marius Breivik updated AMQ-2269:
--------------------------------

    Summary: Message Sent  field in admin cosole (topic view) does not increment using VirtualTopic and virtualDestinationInterceptor  (was: Message Sent does not increment in Topic view in admin console when using VirtualTopic and virtualDestinationInterceptor)

> Message Sent  field in admin cosole (topic view) does not increment using VirtualTopic and virtualDestinationInterceptor
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2269
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2269
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.2.0
>         Environment: Windows, jdk 1.5.x
>            Reporter: Marius Breivik
>            Priority: Minor
>
> Hi.
> Im not sure if this actually is a bug or not. But I use the admin console and post a message to a virtual topic (which is configured with virtualDestinationInterceptor in activemq.xml) the counter for "Message Sent" is not incremented.
> The queues which the virtual topic distributes  messages on get their counters updated.
> Config from activemq.xml:
> <destinationInterceptors>
> 	      <virtualDestinationInterceptor>
> 	        <virtualDestinations>
> 	          <compositeTopic name="VirtualTopic.TEST">
> 	            <forwardTo>
> 	              <filteredDestination selector="JMSType = 'FOO'" queue="Consumer.A.VirtualTopic.TEST"/>
> 	              <queue physicalName="Consumer.B.VirtualTopic.TEST"/>
> 	            </forwardTo>
> 	          </compositeTopic>
> 	        </virtualDestinations>
> 	      </virtualDestinationInterceptor>
> </destinationInterceptors>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.