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

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Nov 4 10:52:42 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. (we aways use the GlobalSize by default, and have the MaxSize on queues disabled).

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