Download the PHP package devweyes/queue without Composer
On this page you can find all versions of the php package devweyes/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package queue
swoft queue
1. 介绍
用户进程/进程池与queue的完美结合,注解切面版queue,支持 redis,rabbitmq(等官方发基础包 开发中)
2. 使用
composer
主要配置
用户进程更多消费者
新增进程数量配置
数据手动生产
redis驱动queue消费
- redis内存数据库,并不可靠但性能及高,数据量小于10K出队入队速度显著,非常适用于实时异步短消息传输。否则,请使用rabbitmq或其他作为驱动
- 用户进程需继承
- 进程池需实现
- 进程需包含三个方法 , , ,分别实现 ,,逻辑
- 方法内无需再实现 的业务,甚至无需任何代码
- 方法内严禁使用 等,用于自定义队列名以覆盖注解
- 内为正确消费,其他方法或发生异常均视为消费失败
rabbitmq驱动queue消费
In development
All versions of queue with dependencies
PHP Build Version
Package Version
Requires
php Version
>7.1
ext-redis Version *
ext-json Version *
ext-mbstring Version *
swoft/redis Version ~2.0.0
swoft/serialize Version ~2.0.0
swoft/stdlib Version ~2.0.0
swoft/bean Version ~2.0.0
ext-redis Version *
ext-json Version *
ext-mbstring Version *
swoft/redis Version ~2.0.0
swoft/serialize Version ~2.0.0
swoft/stdlib Version ~2.0.0
swoft/bean Version ~2.0.0
The package devweyes/queue contains the following files
Loading the files please wait ....