Model
Queue
Magento\MysqlMq\Model\Driver\Queue
What it does
This class implements a MySQL-based message queue system in Magento 2.
Developers use it to manage asynchronous message processing, allowing messages to be queued, processed with retry logic, and acknowledged or rejected.
It's essential for handling background tasks, bulk operations, and decoupling processes in Magento's message queue infrastructure.
Public Methods
- dequeue()
- acknowledge()
- subscribe()
- reject()
- push()
- count()