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

gaohoward do-not-reply at jboss.com
Tue May 26 09:43:08 EDT 2009


Hi,

Using fullSize you can limit the max number of messages in memory of a queue. If the queue's messages (not delivered) reaches fullSize, any more messages that are routed to the queue will be 'paged' to DB. As messages in memory are delivered, more messages are 'fetched' from the DB into memory for delivery.

So if you have 120 messages in queue while the fullSize is 100, 20 messages will be paged to DB.

You also need to notice that once Bridge X is deployed, it will always create a consumer X even the target X is not reachable for the moment. 

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

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



More information about the jboss-user mailing list