Gets the statistics for the queue and its dead letter queue.
GET https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/stats
Gets the statistics for the queue and its dead letter queue.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. | |
Accept | string |
RESPONSES
status: OK
{"queue":{"visibleMessages":-15655607,"inFlightMessages":9614801,"sizeInBytes":-31582111},"dlq":{"visibleMessages":34240487,"inFlightMessages":58788813,"sizeInBytes":-10922963}}