symfony-bundle headers-consumer-bundle
Modify current MultiplyConsumer class from the OldSoundRabbitMqBundle
m2broth/headers-consumer-bundle
Modify current MultiplyConsumer class from the OldSoundRabbitMqBundle
- Wednesday, April 26, 2017
- by m2broth
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Modify current MultiplyConsumer class from the OldSoundRabbitMqBundle.
Add ability to set queues arguments (for headers exchange type) when
binding queues and running rabbitmq:setup-fabric command., (*1)
Installation
Require the bundle and its dependencies with composer:, (*2)
$ composer require m2broth/headers-consumer-bundle
Just enable the HeadersConsumerBundle:, (*3)
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
new m2broth\HeadersConsumerBundle\HeadersConsumerBundle();
);
}
dev-master
9999999-dev
Modify current MultiplyConsumer class from the OldSoundRabbitMqBundle
Sources
Download
MIT
The Requires
by
m2broth
rabbitmq
symfony2
queue
message
amqp