OCI-25263
no message in queue string.string with message ID string
Cause
An attempt is being made to dequeue a message with a specific message ID but one of the following occurred:
- Message with the failing message id did not enqueue into the queue.
- Message with the failing message id no longer exists as it may have been already dequeued.
- Message with the failing message id exists in the queue but is currently not available for consumption.
- Message with the failing message id exists in the queue but it is in the EXPIRED state which can not be dequeued from the normal queue.
- Message with the failing message id exists in the queue but it is marked as UNDELIVERABLE because the intended consumer is no longer subscribed to the queue.
Action
Check the message state of the failing message id by querying the base queue table or a queue and ensure message with failing message id exists in the queue in READY state or state=0 and then try dequeue again with a valid message ID.