Re: Master/Slave setup over Loadbalancer

2019-11-24 Thread Tim Bain
You'd just specify the load balancer's hostname within the failover transport's URI. When a connection is broken and a reconnect occurs, the client will simply make a new connection request to the load balancer and it will be the load balancer's responsibility to route the connection to the current

Re: Master/Slave setup over Loadbalancer

2019-11-21 Thread Jean-Baptiste Onofré
Hi, Are you talking about ActiveMQ or Artemis ? About ActiveMQ, you can take a look on one of my blog: http://blog.nanthrax.net/?p=936 I will blog about same behavior but with active/active using network of brokers. Regards JB On 21/11/2019 17:12, black&white wrote: > Our Current setup: https

Master/Slave setup over Loadbalancer

2019-11-21 Thread
Our Current setup: https call to Loadbalancer--> LB forwards the request to activemq node on http transport port. We are trying to convert our setup to a HA solution using Master/slave but we were not sure how we can use failover transport to include both the master and slave nodes in the call as