Hi,

I am using VirtualTopic. I have a use case where I need to have a selector
on Consumer queue. As all message sent to topic are forwarded to queue and
as not all messages will get consumed from queue because of selector
criteria, queue will fill up.

Is there a way to avoid that?
Can selectorAware be of any help in this regard? If yes then how?

Other thing is 
I know using selector can kill performance by O(n) in worst case, where n is
number of consumer. But how will it work. What I mean is consider a queue A,
with 4 consumer c1, c2, c3, c4. Now if there are some message which should
be forwarded to c4 (because of selector) and c4 was down when message came.
Then how will c4 get that message. Will it ever get that message? If yes,
then what would be logic behind this forwarding?

Thanks,
Pradeep



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/SelectorAware-feature-of-Virtual-Topic-tp4690112.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to