A Mule application contains a global error handler configured to catch any errors.
Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?
A Mule application contains a global error handler configured to catch any errors.
Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?
To ensure that a global error handler catches all errors from flows without their own error handlers, it must be specified as a global element. Global elements in Mule applications are used to define configurations that can be reused across multiple flows and components, including error handlers.
A is correct
According the reference A is the correct answer.
Correct Answer is A
Yes A is right option.
Global elements hold all the global kinds of stuff!!!
A is correct
A is correct