php-packagist / laravel-queue-rabbitmq
There is no license information available for the latest version (9.0.0) of this package.
Laravel Queue RabbitMQ
9.0.0
2022-08-05 04:59 UTC
Requires
- php: ^8.0
- ext-json: *
- illuminate/queue: ^9.0
- php-amqplib/php-amqplib: ^3.0
This package is auto-updated.
Last update: 2024-11-05 10:33:27 UTC
README
——The idea came from vyuldashev/laravel-queue-rabbitmq
区别
- 解决常驻进程下,长时间没有消息,RabbitMQ 主动断开连接问题
- 调整部分支持 PHP 8.0 的语法
- 优化部分强类型支持
安装
composer require php-packagist/laravel-queue-rabbitmq