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

timfox do-not-reply at jboss.com
Tue Nov 4 05:43:40 EST 2008


  |    public static final Integer DEFAULT_MAX_SIZE_BYTES = -1;
  | 
  |    public static final Boolean DEFAULT_DROP_MESSAGES_WHEN_FULL = Boolean.FALSE;
  | 
  |    public static final Integer DEFAULT_PAGE_SIZE_BYTES = 10 * 1024 * 1024; // 10M Bytes
  | 

I thought we would by default page messages when max size is reached, so why do we need page size AND max size?

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

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



More information about the jboss-dev-forums mailing list