2019-09-01 07:53:01 +09:00
|
|
|
DBQueuePlugin wraps the DBQueueManager class which is a queue manager
|
|
|
|
that uses the database as it's backing storage.
|
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
2019-12-11 11:20:54 +09:00
|
|
|
This plugin is enabled by default and replaces other queue manager plugins, such as UnQueue.
|
2019-09-01 07:53:01 +09:00
|
|
|
|
|
|
|
addPlugin('DBQueue');
|
|
|
|
|
|
|
|
Example
|
|
|
|
=======
|
|
|
|
|
|
|
|
In config.php
|
|
|
|
|
2019-12-11 11:20:54 +09:00
|
|
|
addPlugin('DBQueue');
|