README 339 B

1234567891011121314
  1. UnQueuePlugin wraps the UnQueueManager class which is a queue manager that does all work immediately.
  2. Installation
  3. ============
  4. This plugin is enabled by default and cannot be disabled unless another queue manager is in use.
  5. Disabling is not necessary but recommended in such cases.
  6. Example
  7. =======
  8. In config.php
  9. addPlugin('UnQueue');