Skip to content

Until Successful

UNTIL SUCCESSFUL The Until Successful scope processes the components within it until they succeed or exhaust the maximum number of retries. Until Successful runs synchronously. Until Successful component Configure of Until-Successful- Max Retries:- Specifies the… Read More »Until Successful

Round-Robin

Round Robin This router iterates through all the routes in the router component in a specific order but it only routes to one of the routes each time it is executed. For example, it keeps… Read More »Round-Robin

Scatter-Gather

Scatter-Gather “Scatter-Gather sends the requested data to multiple routes concurrently“. It waits for all the routes to complete the execution and then aggregates the response from each route and forms a Single output message and… Read More »Scatter-Gather

Choice Router

Choice Choice Router works on the evaluation of the expression i.e., True or False. The Route for which the expression evaluates to be True, that route is executed. It executes routes sequentially i.e. if for… Read More »Choice Router