A parking-citation microservice must pull work from OCI Queue. Which client approaches does Oracle document for Queue access?
Select an answer to reveal the explanation.
Short Explanation
Think of Queue as a counter that speaks two official languages: REST and STOMP. SDKs and the CLI ride those rails. Kafka clients belong on Streaming, not on Queue.
Full Explanation
OCI Queue is accessed through its REST API (documented with OpenAPI) or STOMP. Language SDKs and the OCI CLI sit on that foundation. Kafka-compatible clients are for OCI Streaming. There is no requirement to stand up an AMQP-only Queue product for standard microservice workers.