do smarted chechkpointing based on usage.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@391820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-04-05 21:25:25 +00:00
parent b6673c4bf3
commit d65cc6311f
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ public class QuickJournalTopicMessageStore extends QuickJournalMessageStore impl
public void addMessage(ConnectionContext context, Message message) throws IOException {
super.addMessage(context, message);
this.peristenceAdapter.checkpoint(false, false);
}
/**