OSB can handle parallel processing by
-
Split join
-
Multiple join
-
Java Callout
-
None of the above
A
Correct answer
Explanation
The Split-Join pattern in OSB enables parallel processing by splitting a message into multiple parts that can be processed simultaneously by different services, then joining the results back together. This is the standard OSB mechanism for implementing parallel processing and orchestration. Multiple join and Java Callout serve different purposes in OSB.