Re: Messages are sent to all Queues instead of specific queues in Virtual Topic

2012-07-12 Thread Praveen123
Hi Jakub, I am able to filter the messages before it reaches the queue using Virtual Topic itself but the problem is previously defined Virtual Topic queues are also appearing in the Queues Tab. Can anyone please tell me how to avoid the previously define queues in the Queues Tab incase of Virtua

Re: Messages are sent to all Queues instead of specific queues in Virtual Topic

2012-07-11 Thread Praveen123
Hi Jakub, Thanks for your suggestion. I tried that out but still the problem exists. in the activemq.xml file , i have provided the entries for composite topic which is actually a virtual topic say VirtualTopic.A and then i defined the physical queues also in the destinations element in the same

Re: Messages are sent to all Queues instead of specific queues in Virtual Topic

2012-07-11 Thread Jakub Korab
Rather than filtering on the client side using selectors (which leave messages behind in the queues) you can filter inside the broker at the virtual destination itself. That way only messages that apply get placed on the queue to begin with: