Skip to content

Commit

Permalink
Update rabbitmq.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
caciobanu authored Dec 6, 2017
1 parent 312bc7e commit f8834aa
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion Resources/config/rabbitmq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,48 @@
<argument type="collection" />
<tag name="data_collector" template="OldSoundRabbitMqBundle:Collector:collector.html.twig" id="rabbit_mq" />
</service>

<service id="old_sound_rabbit_mq.parts_holder" class="%old_sound_rabbit_mq.parts_holder.class%" />

<service id="old_sound_rabbit_mq.anon_consumer_command" class="OldSound\RabbitMqBundle\Command\AnonConsumerCommand">
<tag name="console.command" command="rabbitmq:anon-consumer" />
</service>

<service id="old_sound_rabbit_mq.batch_consumer_command" class="OldSound\RabbitMqBundle\Command\BatchConsumerCommand">
<tag name="console.command" command="rabbitmq:batch:consumer" />
</service>

<service id="old_sound_rabbit_mq.consumer_command" class="OldSound\RabbitMqBundle\Command\ConsumerCommand">
<tag name="console.command" command="rabbitmq:consumer" />
</service>

<service id="old_sound_rabbit_mq.delete_command" class="OldSound\RabbitMqBundle\Command\DeleteCommand">
<tag name="console.command" command="rabbitmq:delete" />
</service>

<service id="old_sound_rabbit_mq.dynamic_consumer_command" class="OldSound\RabbitMqBundle\Command\DynamicConsumerCommand">
<tag name="console.command" command="rabbitmq:dynamic-consumer" />
</service>

<service id="old_sound_rabbit_mq.multiple_consumer_command" class="OldSound\RabbitMqBundle\Command\MultipleConsumerCommand">
<tag name="console.command" command="rabbitmq:multiple-consumer" />
</service>

<service id="old_sound_rabbit_mq.purge_consumer_command" class="OldSound\RabbitMqBundle\Command\PurgeConsumerCommand">
<tag name="console.command" command="rabbitmq:multiple-consumer" />
</service>

<service id="old_sound_rabbit_mq.command.rpc_server_command" class="OldSound\RabbitMqBundle\Command\RpcServerCommand">
<tag name="console.command" command="rabbitmq:rpc-server" />
</service>

<service id="old_sound_rabbit_mq.command.setup_fabric_command" class="OldSound\RabbitMqBundle\Command\SetupFabricCommand">
<tag name="console.command" command="rabbitmq:setup-fabric" />
</service>

<service id="old_sound_rabbit_mq.command.std_in_producer_command" class="OldSound\RabbitMqBundle\Command\StdInProducerCommand">
<tag name="console.command" command="rabbitmq:stdin-producer" />
</service>
</services>

</container>

0 comments on commit f8834aa

Please sign in to comment.