PHPackages                             renatocason/magento2-module-mq-amqp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. renatocason/magento2-module-mq-amqp

ActiveMagento2-module[Queues &amp; Workers](/categories/queues)

renatocason/magento2-module-mq-amqp
===================================

Magento 2 Message Queue OS AMQP Broker Implementation

1.1.3(5y ago)85.6k12[1 PRs](https://github.com/renatocason/magento2-module-mq-amqp/pulls)OSL-3.0PHPPHP ~7.1.0|~7.2.0|~7.3.0CI failing

Since Jun 8Pushed 5y ago3 watchersCompare

[ Source](https://github.com/renatocason/magento2-module-mq-amqp)[ Packagist](https://packagist.org/packages/renatocason/magento2-module-mq-amqp)[ RSS](/packages/renatocason-magento2-module-mq-amqp/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (7)Versions (9)Used By (0)

Magento 2 Message Queue AMQP Backend
====================================

[](#magento-2-message-queue-amqp-backend)

AMQP message queue backend implementation for [Rcason\_Mq](https://github.com/renatocason/magento2-module-mq).

[![Build Status](https://camo.githubusercontent.com/dd1c5d2370a37c3f1ebbad0bfaea488245cd02bf0df09b83e60f4c831b2b852f/68747470733a2f2f7472617669732d63692e6f72672f72656e61746f6361736f6e2f6d6167656e746f322d6d6f64756c652d6d712d616d71702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/renatocason/magento2-module-mq-amqp)[![Coverage Status](https://camo.githubusercontent.com/8b26299b8059b6e557b86a9eacfffde0244965bb4ca4ccb7856838857b3259e9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f72656e61746f6361736f6e2f6d6167656e746f322d6d6f64756c652d6d712d616d71702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/renatocason/magento2-module-mq-amqp?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/5d4f69444c061c1e97b377b589f7ff30ece46a0ccc7450d75128e9d80b1d7aea/68747470733a2f2f706f7365722e707567782e6f72672f72656e61746f6361736f6e2f6d6167656e746f322d6d6f64756c652d6d712d616d71702f762f737461626c65)](https://packagist.org/packages/renatocason/magento2-module-mq-amqp)[![Latest Unstable Version](https://camo.githubusercontent.com/47aecee4eca036b7438db7388be6af03dbf7e9ef4b617bb0f02791a1117eee70/68747470733a2f2f706f7365722e707567782e6f72672f72656e61746f6361736f6e2f6d6167656e746f322d6d6f64756c652d6d712d616d71702f762f756e737461626c65)](https://packagist.org/packages/renatocason/magento2-module-mq-amqp)[![Total Downloads](https://camo.githubusercontent.com/5c72e55d401ef2e0ef92fb0e7353fa9a52e82a3076ee140bcd17ea2c58344b84/68747470733a2f2f706f7365722e707567782e6f72672f72656e61746f6361736f6e2f6d6167656e746f322d6d6f64756c652d6d712d616d71702f646f776e6c6f616473)](https://packagist.org/packages/renatocason/magento2-module-mq-amqp)[![License](https://camo.githubusercontent.com/7ad6810c6ab6343018d57969a17445a998d71727b7e51b03e909c1b9a88f382a/68747470733a2f2f706f7365722e707567782e6f72672f72656e61746f6361736f6e2f6d6167656e746f322d6d6f64756c652d6d712d616d71702f6c6963656e7365)](https://packagist.org/packages/renatocason/magento2-module-mq-amqp)

Installation
------------

[](#installation)

1. Require the module via Composer

```
$ composer require renatocason/magento2-module-mq-amqp
```

2. Enable the module

```
$ bin/magento module:enable Rcason_MqAmqp
$ bin/magento setup:upgrade
```

Configuration
-------------

[](#configuration)

1. Configure the Mq module as explained [here](https://github.com/renatocason/magento2-module-mq)
2. Configure the AMQP connection in your *app/etc/env.php* file

```
  'ce_mq' => [
      'amqp' => [
          'host' => 'localhost',
          'port' => 5672,
          'username' => 'guest',
          'password' => 'guest',
          'virtualhost' => '/',
      ],
  ],
```

3. Specify *amqp* as broker when configuring a queue in your module's *etc/ce\_mq.xml* file

```

```

4. Run the setup upgrade command each time you edit your queues configuration, as they are applied to the queue manager on a recurring upgrade script

```
$ bin/magento setup:upgrade
```

Authors, contributors and maintainers
-------------------------------------

[](#authors-contributors-and-maintainers)

Author:

- [Renato Cason](https://github.com/renatocason)

License
-------

[](#license)

Licensed under the Open Software License version 3.0

###  Health Score

34

↑

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~249 days

Recently: every ~214 days

Total

6

Last Release

2014d ago

Major Versions

0.1.0 → 1.0.02018-07-03

PHP version history (4 changes)0.1.0PHP ~5.6.5|~7.0.0

1.0.0PHP ~7.0.0|~7.1.0

1.1.0PHP ~7.1.0|~7.2.0

1.1.2PHP ~7.1.0|~7.2.0|~7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/73ef335b0adb3d09260814815de5236712b71ecc71d16775922f484358e7c345?d=identicon)[renatocason](/maintainers/renatocason)

---

Top Contributors

[![renatocason](https://avatars.githubusercontent.com/u/7037728?v=4)](https://github.com/renatocason "renatocason (13 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/renatocason-magento2-module-mq-amqp/health.svg)

```
[![Health](https://phpackages.com/badges/renatocason-magento2-module-mq-amqp/health.svg)](https://phpackages.com/packages/renatocason-magento2-module-mq-amqp)
```

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[php-amqplib/thumper

AMQP Tools

276210.8k8](/packages/php-amqplib-thumper)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

84149.7k1](/packages/jwage-phpamqplib-messenger)[run-as-root/magento2-message-queue-retry

Provides message queue retry processing functionality via RabbitMQ's dead letter exchange.

64102.8k](/packages/run-as-root-magento2-message-queue-retry)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[sobirjonovs/laravel-rabbit

Easy tool for working with RabbitMQ

111.6k](/packages/sobirjonovs-laravel-rabbit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
