Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Apache Synapse has designed in a way that load balancing could be done using load balance endpoints (org.apache.synapse.endpoints.LoadbalanceEndpoint). When a request is received by the load balancer it is passed to each phase and finally sent to the load balance endpoint to be sent to a send mediator. The send mediator defines the actual receiver of the message. This design could be used by the Stratos Load Balancer to implement its core functionality.