Log in
Model

MessageStatus

Magento\MysqlMq\Model\MessageStatus

What it does

This model represents the status of messages in Magento's MySQL-based message queue system.

Developers would use this class to track and manage the state of queued messages (such as pending, processing, complete, or failed) when working with asynchronous operations that use MySQL as the queue backend.