lizardmedia/module-message-queue
最新稳定版本:1.0.2
Composer 安装命令:
composer require lizardmedia/module-message-queue
包简介
Module extending message queue component
README 文档
README
A module extending functionalities from magento/framework-message-queue component.
Features
- custom implementation of
Magento\Framework\MessageQueue\ConsumerInterfacemaking possible injection of envelope callback, which allows to introduce custom message consumption easily without copy-paste of whole class - a few implementations of
LizardMedia\MessageQueue\Queue\Consumer\EnvelopeCallback\EnvelopeCallbackInterface, each handling message in its specific way, includingx-deathparameters support
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Magento 2.3/2.4
- PHP 7.3/7.4
- RabbitMQ 3.8.*
- Apply our patches for Magento Message Queue features.
Installing
Download the module
Using composer (suggested)
Simply run
composer require lizardmedia/module-message-queue
Downloading ZIP
Download a ZIP version of the module and unpack it into your project into
app/code/LizardMedia/MessageQueue
If you use ZIP file you will need to install all dependencies of the module manually
Install the module
Run this command
bin/magento module:enable LizardMedia_MessageQueue
bin/magento setup:upgrade
Usage
To make poison pill stop your consumers you have to run them with param --max-messages.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Bartosz Kubicki - Initial work, fixes & maintenance - Lizard Media
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
统计信息
- 总下载量: 2.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-26