Download the PHP package silverslice/quick-rabbit without Composer
On this page you can find all versions of the php package silverslice/quick-rabbit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silverslice/quick-rabbit
More information about silverslice/quick-rabbit
Files in silverslice/quick-rabbit
Download silverslice/quick-rabbit
More information about silverslice/quick-rabbit
Files in silverslice/quick-rabbit
Please rate this library. Is it a good library?
Informations about the package quick-rabbit
Lightweight queue library for RabbitMQ
Install
composer require silverslice/quick-rabbit
Features
- Push messages with delay
- Individual retry strategy for each job
Usage
Create Job class:
Push job to the queue:
Run worker:
You can set individual retry logic in the job class. Default behaviour: maximum 5 retries, delay between retries is 1 second with multiplier 2 (1, 2, 4, 8, 16 seconds).
For testing / local development SyncQueue class may be useful. SyncQueue executes job synchronously:
All versions of quick-rabbit with dependencies
PHP Build Version
Package Version
The package silverslice/quick-rabbit contains the following files
Loading the files please wait ....