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

In messaging and integration patterns, Publish is the classic fire-and-forget interaction type - the sender sends a message and doesn't wait for a response. Service Callout and Java Callout typically expect responses (request-response), and Routing directs messages but isn't itself an interaction type.