[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Impact of disabling compacting...

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Jul 7 19:31:05 EDT 2009


Say you have a producer sending on message / second on destinationA


And another producer / consumer on destinationB, working as fast as it can.



In the above scenario, 

- I was able to process 30K messages / second with compacting configured

- and 25K messages / second with compacting disabled. 

Having the compacting disabled, made the journal to create many more files what affected performance.

Also, if I disabled compacting, reloading would take forever. I could fix the OME by cleaning up the list every time the list grew too large, but still would take a lot of time.


I will be in vacation from tomorrow for 1 week, and I will take a look at the cleanup. 

I believe we need it, but I will provide some input before implementing when I'm back. (It should be an easy one though).



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

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



More information about the jboss-dev-forums mailing list