[jboss-user] [JBoss Messaging] - Re: Poor performance after replacing JBossMQ

timfox do-not-reply at jboss.com
Tue Sep 26 15:09:09 EDT 2006


Perhaps you can send to a topic rather than a queue?

Each sequencer creates a (durable?) subscription with the selector you mentioned?

If a message only ever matches the selector of one of the sequencers then this should work for you.

Selectors on topic subscriptions are much more performant than selectors on queues since the selector is evaluateed *before* the message is put in the subscription.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974320#3974320

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974320



More information about the jboss-user mailing list