Message Sent does not increment in Topic view in admin console when 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 actualy 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.