Checklist progress
0/93Learned
MuleSoft Developer II
Study Checklist
Checklist progress
0/93Learned
Implement ObjectStore persistence for all Mule deployment options
0/5
Implement fault-tolerant, performant, and traceable message passing with the VM and AnypointMQ connectors
0/2
Implement fault-tolerant invocations of HTTP-based APIs, reacting correctly to HTTP status codes
0/6
Validate assertions using the Validation module
0/2
Validate messages against XML- or JSON-Schema documents
0/1
Parallelize integration logic using scatter-gather
0/2
Implement compensating transactions for partially failed scatter-gather
0/2
Implement client-side caching of API invocations for performance
0/3
Prepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Developer II studiers.
The Scatter-Gather router executes multiple routes in parallel and aggregates their outputs into a single event after all routes finish. When any route fails or throws an error not handled by an internal continue handler, the component throws a MULE:COMPOSITE_ROUTING error and stops flow progression. This error object bundles both route failures and the Mule events returned by successfully completed routes, enabling error handlers to identify which branches committed side effects and execute compensating logic.