MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 94


A Mule application is built to support a local transaction for a series of operations on a single database. The Mule application has a Scatter-Gather that participates in the local transaction.

What is the behavior of the Scatter-Gather when running within this local transaction?

Show Answer
Correct Answer: B

In the context of Mule applications, a Scatter-Gather processes routes in parallel by default. When it comes to local transactions, if an error occurs within any route of the Scatter-Gather, it will indeed result in a rollback of all database operations to maintain data integrity. Therefore, the correct behavior is parallel execution with rollback on error.

Discussion

2 comments
Sign in to comment
ExamschafferOption: A
Jan 7, 2023

https://docs.mulesoft.com/mule-runtime/4.4/transaction-management#routers

AlandtOption: A
Jun 18, 2024

ChatGPT: Answer is A

Alandt
Jun 21, 2024

Ignore this answer.