vaibhavsTekdi / com_tjqueue

A generic job queue / message queue for Joomla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A generic job queue / message queue for Joomla

License:GNU General Public License v3.0


Languages

Language:Groovy 51.9%Language:PHP 47.2%Language:HTML 1.0%