Hello, I am relatively new to activemq and I am trying to find the optimal setup for a failover cluster of brokers. What i have is the following
2 physical servers each running a broker 2 physical servers each running a consumer 1 Java application implementing JMS API producer which will likely use failover:// protocol. I am trying to figure out from the docs the recommended failover approach. I dont have a SAN but I will have NFS, however it seems there are some locking issues with using NFS as a shared storage. What i would ideally like is a basic master/slave setup where all consumers connect to master and then fail over to the slave ( I understand current release does not support failing back to primary) in addition to message persistence so no messages are lost if they are unprocessed on the master queue. Any recommendations here? Thanks Adam