Martin Lichtin created AMQ-5045:
-----------------------------------
Summary: Make default directory for KahaDB consistent
Key: AMQ-5045
URL: https://issues.apache.org/jira/browse/AMQ-5045
Project: ActiveMQ
Issue Type: Wish
Components: Broker
Affects Versions: 5.9.0
Reporter: Martin Lichtin
Priority: Minor
http://activemq.apache.org/kahadb.html says that the default for property
"directory" is "activemq-data".
However, in the code it is
public static final File DEFAULT_DIRECTORY = new File("KahaDB");
Also, it would make sense to me if the KahaDB directory would be created inside
the broker's "dataDirectory" property. This does not currently happen.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)