[
https://issues.apache.org/activemq/browse/AMQ-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Davies resolved AMQ-2269.
-----------------------------
Resolution: Working as Designed
Assignee: Rob Davies
A VirtualTopic is a proxy on multiple Queues - and as such its not designed to
show statistics - as they could be pretty meaningless
> 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
> Assignee: Rob Davies
> 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.