Hi Zagan
Both, the master and the slave are sharing the same filesystem.
I guess that this is not the issue.
Let me post here some excerpts of the configuration files :
Master.xml :
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="sim1648"
dataDirectory="/temp/abimael/share/activemqdata"
destroyApplicationContextOnStop="true">
...
<networkConnectors>
<networkConnector name="Fila Master Slave HA - Testes "
uri="static://(tcp://sim1648:61616,tcp://sim1660:61616)" />
</networkConnectors>
...
<persistenceAdapter>
<kahaDB directory="/temp/abimael/share/activemqdata"/>
</persistenceAdapter>
Slave configuration file :
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="sim1660"
dataDirectory="/temp/abimael/share/activemqdata"
destroyApplicationContextOnStop="true">
...
<networkConnectors>
<networkConnector name="HA QUEUE"
uri="static://(tcp://sim1648:61616,tcp://sim1660:61616)" />
</networkConnectors>
...
<persistenceAdapter>
<kahaDB directory="/simepar/temp/abimael/share/activemqdata"/>
</persistenceAdapter>
Regards
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Configuration-Shared-Master-Slave-and-some-questions-tp4301080p4310528.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.