[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Journal Cleanup and Journal Compactor

clebert.suconic@jboss.com do-not-reply at jboss.com
Wed Jul 1 21:12:20 EDT 2009


I just did the following test after the compactor was implemented (on my branch for now).


Added 1000 messages to a destinationB.

Then started runListener and runSender on destinationA with 100K messages.


That shows the linked-list effect because of the 1000 messages, as I predicted. 

Compacting will be executed every time the numberOfFiles > minCompactSize (as defined on http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157889).

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

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



More information about the jboss-dev-forums mailing list