A licensing microservice must hand independently processed transactional jobs to worker services without treating the traffic as an analytics log or as OCI resource automation. Which OCI service fits that consume-and-complete inbox?
Select an answer to reveal the explanation.
Short Explanation
Queue is the managed inbox for transactional messages that workers process one by one and complete. Producers publish a string payload in an agreed format. It is not Streaming’s replayable analytics log and not Events’ resource-state channel.
Full Explanation
OCI Queue is documented as a fully managed serverless service for high-volume transactional messages processed independently without loss or duplication-as-loss. Producers publish string payloads (JSON, XML, CSV, compressed—you agree the format). Prefer Streaming for multi-consumer replayable logs and Events for OCI-emitted resource changes—not as substitutes for a work inbox.