Found docs/site to be wrong on this one, default kahadb storage directory
location is "${activemq.base}/data/kahadb".
Thank you very much Dejan for the clarifications!
Regards,
Stevo.
2012/1/4 Stevo Slavić
> Dejan,
>
> You stated "By default kahaDB uses dataDir/kahadb". I guess by dataDir you
Dejan,
You stated "By default kahaDB uses dataDir/kahadb". I guess by dataDir you
mean here on broker dataDirectory attribute value. Problem is, docs found
here http://activemq.apache.org/kahadb.html state that different value,
"activemq-data", is being used as kahaDB element directory attribute
d
Yes, log4j ones
Regards
--
Dejan Bosanac - http://twitter.com/dejanb
-
The experts in open source integration and messaging - http://fusesource.com
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
2012/1/4 Stevo Slavić
> OK, thanks! I suppos
OK, thanks! I suppose you mean on ActiveMQ application log files (each node
to have it's own), and not on journal logs.
Regards,
Stevo.
2012/1/4 Dejan Bosanac
> General good practice is to keep them set to the same dir as brokers can
> share scheduler info as well (if that feature is used). How
General good practice is to keep them set to the same dir as brokers can
share scheduler info as well (if that feature is used). However you might
consider keeping logs locally.
Regards
--
Dejan Bosanac - http://twitter.com/dejanb
-
The experts in open source integration and mess
Thanks Dejan for clarifying this one!
Example config for shared filesystem storage master/slave setup found here
http://activemq.apache.org/shared-file-system-master-slave.html shows just
persistenceAdapeter configuration so I assume it should be enough to
configure just persistenceAdapter directo
Hi,
dataDirectory is used to hold other stuff as well, such as temp store and
scheduler store. By default kahaDB uses dataDir/kahadb
Regards
--
Dejan Bosanac - http://twitter.com/dejanb
-
The experts in open source integration and messaging - http://fusesource.com
ActiveMQ in Act
Hello ActiveMQ community,
I was wondering:
What is broker dataDirectory being used for?
Is there a case where one would want it to be different from directory of
persistenceAdapter like kahaDB?
Regards,
Stevo.