Which of the following actions is for Fire and forget interaction type
-
Service Callout
-
Routing
-
Publish
-
Java Callout
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.