10.3.5 Multi-home server JMS -> MessageBridge -> firewall -> load balancer -> Cluster -> multi-home
I (actually a customer) have two domains communicating via JMS.
One application is on a single admin server
Across the internet there is a firewall ( which only allows TCP connections to the main server port) then a load balancer then a cluster.
Each server has 2 NIC cards. But they can only communicate to each other via one of them.
on each server, i set the listen address to the IP address of the NIC that faces the other server.
The cluster is behind a load balancer.
So for each cluster member, i set the External IP address to that of the load balancer ( i saw what appeared to be conflicting information about whether or not this should be done, i tried it both ways. No additional channels have been configured, just the default port plus the SSL port ).
0