RabbitMQ implementation for Magento 1 with logic for producer and consumer.
- version: 1.0.0
- extension on GitHub
This module provides the possibility to publish and consume messages via rabbitmq. You can define multiple queues and exchanges via rabbitmq.xml
- PHP 5.3 or higher
- php-amqplib
- Magento CE1.6.x-1.9.x/EE1.11.x-1.14.x
- Install the extension via composer or modman. If you use modman please install php-amqplib on your own.
- Clear the cache, logout from the admin panel and then login again.
- Configure and activate the extension under System - Configuration - FireGento - RabbitMQ
- set up connection credentials in local.xml
<config>
<global>
<resources>
<rabbitmq>
<default>
<connection>
<host>127.0.0.1</host>
<port>5672</port>
<user>vagrant</user>
<password>vagrant</password>
<vhost>firegento_develop</vhost>
</connection>
</default>
</rabbitmq>
</resources>
</global>
</config>
- Remove all extension files from your Magento installation
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
FireGento Team
- Website: http://firegento.com
- Twitter: @firegento
Team:
GNU General Public License, version 3 (GPLv3)
(c) 2011-2017 FireGento Team