I have a spring/ActiveMQ standalone app which has an embedded broker. I am
going to run this app on 2 identical servers (serverA.mydomain.com &
serverB.mydomain.com) which are load balanced behind myapp.mydomain.com. My
client will contact the app JMS Q by specifying the connection URI as
tcp://myapp.mydomain.com/
Each server app has its own derby db for JMS persistence. 

Should I be using the failover URI as well between Server A & Server B?
Should the client be using the connection URI as
failover://tcp://myapp.mydomain.com?

I want to eliminate any single point of failures in the system.
Thanks.
-- 
View this message in context: 
http://www.nabble.com/Configuring-activemq-app-to-avoid-single-point-of-failure-tf3162622.html#a8772700
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to