Multiple choice technology

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 the fire-and-forget interaction type in messaging systems, sending messages without waiting for responses or guarantees. Service Callout and Routing typically expect responses, while Java Callout depends on implementation.