Queue API
Number of APIs: 18
Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see Queue.
-
queues - Gets a list of all Queues in a compartment GET {{baseUrl}}/queues?compartmentId={{compartment_ocid}}
-
work Requests-{work Request Id} - Lists work request errors GET {{baseUrl}}/workRequests/:workRequestId/errors?limit=10
-
queues-{queue Id}-actions - Deletes all messages present in the queue at the time of invocation. POST {{baseUrl}}/queues/:queueId/actions/purge
-
queues-{queue Id}-messages-actions - Updates multiple messages in the queue. POST https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/messages/actions/updateMessages
-
queues-{queue Id} - Update the Queue identified by the id PUT {{baseUrl}}/queues/:queueId
-
work Requests-{work Request Id} - Lists work request logs GET {{baseUrl}}/workRequests/:workRequestId/logs?limit=10
-
queues-{queue Id}-messages-{message Receipt} - Deletes a message from the queue. DELETE https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/messages/:messageReceipt
-
queues-{queue Id}-messages-{message Receipt} - Updates the visibility of a message to extend (or reduce) it. PUT https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/messages/:messageReceipt
-
queues-{queue Id}-messages - Consumes message from the queue. GET https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/messages
-
queues-{queue Id}-messages - Puts messages in the queue. POST https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/messages