git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@957154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-06-23 11:00:43 +00:00
parent 7ad152bac8
commit 2aa2278fc2
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class MessageDatabase extends ServiceSupport implements BrokerServiceAwar
protected boolean failIfDatabaseIsLocked;
protected boolean deleteAllMessages;
protected File directory;
protected File directory = new File("KahaDB");
protected Thread checkpointThread;
protected boolean enableJournalDiskSyncs=true;
protected boolean archiveDataLogs;