Hi, I have a question regarding kahaDB directory set up. Do i have to set the
directory to a sub-directory under activemq.base? Does the directory have to
be local to the broker? I tried to set the directory to a directory on the
network, now seems the broker is hang, and the client/producer got
connection refused error. And now I can't even stop the broker with either
stop or kill -9. 

Here is a snippet of my activemq.xml:

<broker xmlns="http://activemq.apache.org/schema/core";
brokerName="localhost" dataDirectory="${activemq.base}/data"
destroyApplicationContextOnStop="true">
....
        <persistenceAdapter>
            <kahaDB directory="/x/home/jdoe/activemq/data/kahadb"/> 
        </persistenceAdapter>
...
</broker>

/x/home/jdoe/activemq/data/kahadb is a directory on the network, and not
local to the server the broker is started.

Thanks for any help and reply in advance!

Lei
-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/kahaDB-directory-set-up-tp3243560p3243560.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to