For Each Parallel Loop For each parallel loop is similar to For each activity but only difference is that it’s iteration will be process by different thread. For each is sequential execution whereas For each parallel as name suggest is parallel execution. For each parallel is still not available in Mule Pallet and if…
Read MoreScatter Gather Scatter Gather in MuleSoft The ScatterGather component executes each route in parallel. Each route receives a reference to the Mule event and executes a sequence of one or more event processors. Each of these routes uses a separate thread to execute the event processors, and the resulting Mule event can be either…
Read More