On May 13, 2005 at 06:57, a c <lra101(a)yahoo.com> wrote:
hello Andrei,
I got this working and it is load balancing ok between
the 2 endpoints. I have noticed that SER does not
switch over to a different endpoint in the dispatcher
list if one of the endpoints is down. Do I need to
enable this somehow or is this functionality not
implemented?
It's not implemented. The dispatcher module is a stateless load
balancer, it doesn't keep any information about the proxies it sends
the messages to.
You would have to use some other method for failover.
Andrei