Can we use hardware load balancer for communicating with external systems?
No, you should not use hardware load balancer for communicating with external systems.
Users should use "SOAP OVER JMS " for communicating with external system. Distributed queue will maintain the load and you need to use the cluster IP address & port when you are referring the distributed queue.
0