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 13:54:51 UTC

[jira] Updated: (AMQ-2269) Message Sent does not increment in Topic view in admin console when 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:
--------------------------------

    Description: 
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>

  was:
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>


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