[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Why do we need a max size and a page size?

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Nov 4 09:15:06 EST 2008


MaxSize is the maximum number of bytes you could have for the queue in memory.

PageSize, is the size of each file where you store the messages on Page.


Like, we could start paging at 100M, and each page (or file) will have 10M.

There is also the GlobalMaxSize that takes all the Queues in consideration. (which is disabled by default... as we use the GlobalSize by default).

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

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



More information about the jboss-dev-forums mailing list