What is the meaning of different Message Queue Status code in Magento 2?

Magento uses asynchronous operation for managing MySQL implementation of the message queue.

Magento stores queue status in the queue_message_status table to manage the relation between queues and messages.

In the table, column status defines the status of the message queues.