You shouldn't use the high performance journal with JDBC Master/Slave - 
http://activemq.apache.org/jdbc-master-slave.html
with the journal and JDBC database - messages are stored in the journal - and 
only the references to those messages are stored in the journal - which would 
be local to the machine you are running the broker on.
If you need performance - use a shared file system and KahaDB - 
http://activemq.apache.org/shared-file-system-master-slave.html

cheers,

Rob

On 26 Oct 2010, at 22:22, kseelam wrote:

> 
> Hi,
> 
> For HA, we are planning to use JDBC Master Slave approach. We understand
> that the DB Lock controls the Master and Slave.
> 
> But can we use High Performance Journal also with this JDBC Master Slave
> approach for HA?
> 
> Is it supported ?   If so, Should each Broker use its own local Journal
> (data directory) or  Should they share the common file system data
> directory?  Which one is appropriate?
> 
> Any suggestions would be appreciated.
> 
> Thank you all.
> 
> 
> -- 
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/JDBC-Master-Slave-approach-with-Journal-for-HA-tp3014521p3014521.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to