Just use usage monitoring to cause the early checkpoints to happen.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-31 16:06:37 +00:00
parent 7ed7b25dbe
commit 8999aa10e0
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ public class JournalTopicMessageStore extends JournalMessageStore implements Top
public void addMessage(ConnectionContext context, Message message) throws IOException {
super.addMessage(context, message);
this.peristenceAdapter.checkpoint(false, false);
}
/**