Log in
Model

Message

Magento\MysqlMq\Model\Message

What it does

This model represents a message entity in Magento's MySQL-based message queue system.

Developers use this class to work with queued messages stored in the database, enabling asynchronous task processing and communication between different parts of the system.

It provides the standard model interface for CRUD operations on queue messages.