Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0
Ran composer update and locale updater
2020-08-04 05:31:44 +01:00
..
2020-08-04 05:31:44 +01:00
2019-12-11 02:23:37 +00:00

DBQueuePlugin wraps the DBQueueManager class which is a queue manager that uses the database as it's backing storage.

Installation

This plugin is enabled by default and replaces other queue manager plugins, such as UnQueue.

addPlugin('DBQueue');

Example

In config.php

addPlugin('DBQueue');