Multiple choice technology

OSB can handle parallel processing by

  1. Split join

  2. Multiple join

  3. Java Callout

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Split-Join is the OSB pattern for parallel processing - it splits a message into multiple parts that process concurrently then join results. Multiple join refers to database operations, Java Callout is for custom logic, not parallelism.