This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Failover Endpoint

The Failover Endpoints send messages to the listed endpoints with the following failover behavior. At the start the first listed endpoint is selected as the primary and all other endpoints are treated as backups. Incoming messages are always sent only to the primary endpoint. If the primary endpoint fails, next active endpoint is selected as the primary and failed endpoint is marked as inactive. Thus, it sends messages successfully as long as there is at least one active endpoint among the listed endpoints. Default fail-over endpoint behavior is dynamic fail-over. ESB switches back to the primary endpoint as soon as it is available.



XML Configuration

Note

You can configure the Failover endpoint using XML. Click on the "Switch to source view" link in the "Failover Group" page.

<failover>
    <endpoint .../>+
</failover>

UI Configuration

1. In the "Add Endpoint" list, click "Fail-Over Endpoint" (See Adding an Endpoint). The "Failover Endpoint" page appears.

Failover Endpoint

2. In the "Endpoint Name" field enter a name for the endpoint.

See the detailed information about the Endpoints properties in Adding an Endpoint.

3. Click "Add Endpoint."

4. A shortcut menu with the available endpoints appears.

5. Click on the endpoint you want to add as a Failover Endpoint. A tab with the fields relevant to the selected endpoint appears.

6. Enter the details (see Address Endpoint, Failover Endpoint, WSDL Endpoint). Click "Save."

Command Buttons