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

Publish is a fire-and-forget interaction pattern in OSB where the message is sent asynchronously without waiting for a response. Service Callout and Java Callout are synchronous (wait for response), Routing implies request-response pattern, making Publish the only true fire-and-forget option.