C9550-605 Free Dumps Study Materials
Question 5: An integration developer is developing a mediation flow and wants to stop the execution of a path in
the flow. The developer has to choose between a Stop and a Fail mediation primitive. Which of the
following is the correct option to consider while making a choice between the two?
A. A Stop primitive would stop the execution, throw an exception and may rollback global
transactions if configured; a Fail primitive would stop the execution and consume the message silently.
B. A Stop primitive would stop the execution and consume the message silently; a Fail primitive would
stop the execution, throw an exception and may rollback global transactions if configured.
C. A Stop primitive would stop the execution, throw an exception and consume the message; a
Fail primitive would stop the execution and may return the message to the downstream primitive through
its output terminal if configured.
D. A Stop primitive would stop the execution and may return the message to the downstream primitive
through its output terminal if configured; a Fail primitive would stop the execution, throw an exception and
may return the message to the downstream primitive through its output terminal if configured.
Correct Answer: B