mirror of https://github.com/apache/activemq.git
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:
parent
7ed7b25dbe
commit
8999aa10e0
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue