Embed presentation











Scatter-gather flow in Mule executes routes concurrently rather than sequentially, improving efficiency. It sends a request message to multiple targets at once, then collects and aggregates their responses into a single message. For example, a scatter-gather flow can process two subflows concurrently and merge their payloads at the end. Configuring scatter-gather involves adding a scatter-gather processor followed by multiple message processors or flow references to define the concurrent routes.










