m2broth / headers-consumer-bundle
Modify current MultiplyConsumer class from the OldSoundRabbitMqBundle
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.0
- php-amqplib/rabbitmq-bundle: ~1.10
- symfony/dependency-injection: ~2.3 || ~3.0
This package is not auto-updated.
Last update: 2025-03-21 21:51:18 UTC
README
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.
Installation
Require the bundle and its dependencies with composer:
$ composer require m2broth/headers-consumer-bundle
Just enable the HeadersConsumerBundle:
// app/AppKernel.php public function registerBundles() { $bundles = array( new m2broth\HeadersConsumerBundle\HeadersConsumerBundle(); ); }