mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2793 - KahaDB default dir
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@957154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ad152bac8
commit
2aa2278fc2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue