brocode/module-image-optimizer-amqp
最新稳定版本:1.0.0
Composer 安装命令:
composer require brocode/module-image-optimizer-amqp
包简介
Magento 2 module for the AMQP (RabbitMQ) integration of the Image Optimizer Queue module
README 文档
README
This module provides a queue configuration for asynchronous image conversions in Magento 2. It is based on the brocode/module-image-optimizer and brocode/module-image-optimizer-queue
Goals of this module:
- Use of Magento 2 RabbitMQ framework and reuse the queue implemention of the base module.
Installation
composer require brocode/module-image-optimizer-amqp
bin/magento module:enable BroCode_ImageAmqpOptimizer
bin/magento setup:upgrade
Configuration
Basically nothing has to be configured and should run out of the box if RabbitMQ is already up and running.
Any image needed to be converted is scanned with a cron job from the base module and published to the configured queue instead of a direct conversion.
To consume any conversion event published, you can manually start the queue consumer via the Magento CLI:
bin/magento queue:consumers:start BroCodeImageConversionConsumer
Consider using supervisor or any other process manager to keep the consumer running.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-28