PHPackages                             gendoria/command-queue-rabbitmq-bundle - 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. gendoria/command-queue-rabbitmq-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

gendoria/command-queue-rabbitmq-bundle
======================================

RabbitMQ driver bundle for Gendoria Command Queue

0.2.2(9y ago)023MITPHPPHP &gt;=5.5.0

Since Oct 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Gendoria/command-queue-rabbitmq-bundle)[ Packagist](https://packagist.org/packages/gendoria/command-queue-rabbitmq-bundle)[ RSS](/packages/gendoria-command-queue-rabbitmq-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (11)Versions (4)Used By (0)

Command Queue RabbitMQ Bundle
=============================

[](#command-queue-rabbitmq-bundle)

[![Build Status](https://camo.githubusercontent.com/8d5932c3459c7d9e0da1b8eb59ff338989b31e1246f7543b0a13e6f7eb7a0b7a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f47656e646f7269612f636f6d6d616e642d71756575652d7261626269746d712d62756e646c652f6d61737465722e737667)](https://travis-ci.org/Gendoria/command-queue-rabbitmq-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8542db2bc21ce8bf319709e2bf6bbb102b43ea6e9a3da808adfc9a2bb317d33a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f47656e646f7269612f636f6d6d616e642d71756575652d7261626269746d712d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/command-queue-rabbitmq-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/0e7023fbce4e6a28215ebbaa24b2becc537c28586d07279f777f8e40ae57ddf4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f47656e646f7269612f636f6d6d616e642d71756575652d7261626269746d712d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/command-queue-rabbitmq-bundle/?branch=master)[![Downloads](https://camo.githubusercontent.com/81e086a0bd759a9e0b49cfcee416aaf1c17e6aab1c521d2437bd25a06c7d1b9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656e646f7269612f636f6d6d616e642d71756575652d7261626269746d712d62756e646c652e737667)](https://packagist.org/packages/gendoria/command-queue-rabbitmq-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/6681b1b2714b2b42a1502310d20b2cf8103b6ffae3dcb3231953c8a706e2143e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656e646f7269612f636f6d6d616e642d71756575652d7261626269746d712d62756e646c652e737667)](https://packagist.org/packages/gendoria/command-queue-rabbitmq-bundle)

RabbitMQ driver bundle for [`gendoria/command-queue-bundle`](https://github.com/Gendoria/command-queue-bundle).

Bundle created in cooperation with [Isobar Poland](http://www.isobar.com/pl/).

[![Isobar Poland](doc/images/isobar.jpg "Isobar Poland logo")](doc/images/isobar.jpg)

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

[](#installation)

### Step 0: Prerequisites

[](#step-0-prerequisites)

⚠️ Before using this bundle, you should install and configure [`gendoria/command-queue-bundle`](https://github.com/Gendoria/command-queue-bundle) and [`php-amqplib/rabbitmq-bundle`](https://github.com/php-amqplib/RabbitMqBundle).

For RabbitMQ Bundle you are required to configure only the 'connections' section. All required producers and consumers are created automatically by this bundle.

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require gendoria/command-queue-rabbitmq-bundle "~0.2.0"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
