Multiple choice technology platforms and products

Which of the following actions is for Fire and forget interaction type

  1. Service Callout

  2. Routing

  3. Publish

  4. Java Callout

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

The Publish action in OSB implements fire-and-forget semantics where the message is sent to a JMS topic or queue without waiting for a response. This is different from Service Callout or Routing which expect synchronous responses.