18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
DBQueuePlugin wraps the DBQueueManager class which is a queue manager
|
|
that uses the database as it's backing storage.
|
|
|
|
Installation
|
|
============
|
|
|
|
This plugin is replaces other queue manager plugins, such as UnQueue,
|
|
which enabled by default and which should, but is not required to be
|
|
disabled.
|
|
|
|
addPlugin('DBQueue');
|
|
|
|
Example
|
|
=======
|
|
|
|
In config.php
|
|
|
|
addPlugin('DBQueue'); |