for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OldSound\RabbitMqBundle\Command;
class ConsumerCommand extends BaseConsumerCommand
{
protected function configure()
parent::configure();
$this->setDescription('Executes a consumer');
$this->setName('rabbitmq:consumer');
}
protected function getConsumerService()
return 'old_sound_rabbit_mq.%s_consumer';