[jboss-user] [JBoss Messaging] - Re: Behavior with selector and fullSize cache

timfox do-not-reply at jboss.com
Wed May 27 05:03:53 EDT 2009


Yes selectors do not work well with paged messages.

To implement it otherwise would be difficult - we'd have to scan the entire file store for matching messages every time a consumer is added.

If you find yourself needing functionality like this, then it sounds like you need a database not a messaging system!

Databases are designed to do exactly this kind of thing: Large tables of data which can't all fit in memory and "select" subsets of rows matching a criteria.

Messaging systems support this kind of functionality to some extent, but it is not their primary purpose!

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

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



More information about the jboss-user mailing list