Log in
Factory

QueueFactory

Magento\MysqlMq\Model\Driver\QueueFactory

What it does

This factory class creates instances of MySQL-based message queue objects.

Developers use this when they need to instantiate a queue for MySQL message queue operations, passing in the queue name and connection name.

It implements Magento's QueueFactoryInterface to provide a standardized way to create queue instances for the MySQL message queue driver.

Public Methods

  • create()