This fixes the timing issues that the RecoveryBrokerTests were having.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@365277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-01-02 02:12:56 +00:00
parent 673f323e18
commit 6bdfbf3d73
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ public class JournalPersistenceAdapter implements PersistenceAdapter, JournalEve
Scheduler.cancel(periodicCheckpointTask);
// Take one final checkpoint and stop checkpoint processing.
checkpoint(false, true);
checkpoint(true, true);
checkpointTask.shutdown();
checkpointExecutor.shutdown();