Checklist progress
0/159Learned
MuleSoft Developer
Study Checklist
Checklist progress
0/159Learned
Apply correct processors/syntax to route messages using DataWeave conditions within a choice router, and predict outcomes
0/2
Apply correct processors/syntax to scatter and gather messages, and predict outcomes
0/4
Apply correct processors/syntax to validate Mule events, and predict outcomes
0/2
Prepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Developer studiers.
The Scatter-Gather router splits one incoming Mule event into multiple parallel routes, each executing on a separate thread. The component waits for every route to finish before combining their outputs into a single aggregated result. If any route fails without catching the error, Scatter-Gather throws a MULE:COMPOSITE_ROUTING error that bundles both successful outputs and failed route errors.