Create specific queue client objects

v0.2.0-beta 2016-03-21 11:30 UTC

This package is not auto-updated.

Last update: 2024-03-27 13:06:03 UTC


README

Last Release BuildStatus

Provides a factory function to create specific queue client objects.

This library aims to provide a message queue abstraction layer, usefull for inter-process comunication or for distributed processing (a complete job queue system can be implemented using the worker library).

Currenty, the following message queue services are supported:

Installation

Install it using composer.

Add the following to your composer.json file:

"require": {
    "stakhanovist/queue": "~0.2.0",
}

License

Stakhanovist Queue is licensed under the BSD 2-Clause License except otherwise stated.

As this library initially started as a refactoring of the Zend\Queue library code, for source code parts still used the original New BSD License is retained.

Analytics