Download the PHP package rex/mq-for-laravel without Composer
On this page you can find all versions of the php package rex/mq-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rex/mq-for-laravel
More information about rex/mq-for-laravel
Files in rex/mq-for-laravel
Download rex/mq-for-laravel
More information about rex/mq-for-laravel
Files in rex/mq-for-laravel
Vendor rex
Package mq-for-laravel
Short Description Laravel Facade的形式定义RabbitMQ
License MIT
Homepage https://www.patpat.com
Package mq-for-laravel
Short Description Laravel Facade的形式定义RabbitMQ
License MIT
Homepage https://www.patpat.com
Keywords messagequeue
Please rate this library. Is it a good library?
Informations about the package mq-for-laravel
使用 Laravel Facade 的形式定义 RabbitMQ ,提供简洁、易记的语法,超简单。
更新
- 增加check heartbeat
- 增加高可用策略配置命令
- 增加延迟队列插件(
RabbitMQ 3.7+
以上适用) - 增加传统延迟消息方案(
delayExchange
+DlxExchange
) - 增加消息
flag
,用于confirm
模式下ack
回调成功
配置
-
添加
config/mq.php
- 增加配置项,
config/app.php
Demo
-
生产消息
-
生产延迟消息(经典版)
-
生产延迟消息(插件版)
-
消费消息(推模式)
-
消费消息(拉模式)
-
消费消息(推模式+心跳 仅限有pcntl扩展)
- 消费消息(拉模式+心跳 仅限pcntl扩展)
其它重要说明
- please make sure you upgrade to Composer 2+.
-
设置 RabbitMQ 高可用策略
- 延迟队列官网插件
All versions of mq-for-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package rex/mq-for-laravel contains the following files
Loading the files please wait ....