[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Problem with BasicXARecoveryTest and Paging

clebert.suconic@jboss.com do-not-reply at jboss.com
Wed Nov 12 14:56:19 EST 2008


I meant to say "never releasing messages from the queue"

Paging works based on Memory usage.

As you ACK messages, removing and eliminating messages from the memory, you get more messages out of paging. (or else you could get an OutOfMemoryException).


The test was never ACKing messages, and because of that the test was never depaging.


I still have a question about the semantics on createSession (...., autoCommitACKs)... if we should still batch ACKs when autoCommitACK==true.

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

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



More information about the jboss-dev-forums mailing list