Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 456 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 456 Bytes

TJ Queue is a generic job queue / message queue for Joomla. Messages queues are a way to delegate some processes to the background instead of performing them in a user blocking operation. It is also useful to background heavy processing.

This extension uses the php-enqueue library and provides wrappers for producing messages and consuming them. Currently MySQL and Amazon SQS are supported queue handlers.