|
29 | 29 | <argument type="collection" />
|
30 | 30 | <tag name="data_collector" template="OldSoundRabbitMqBundle:Collector:collector.html.twig" id="rabbit_mq" />
|
31 | 31 | </service>
|
32 |
| - |
| 32 | + |
33 | 33 | <service id="old_sound_rabbit_mq.parts_holder" class="%old_sound_rabbit_mq.parts_holder.class%" />
|
| 34 | + |
| 35 | + <service id="old_sound_rabbit_mq.anon_consumer_command" class="OldSound\RabbitMqBundle\Command\AnonConsumerCommand"> |
| 36 | + <tag name="console.command" command="rabbitmq:anon-consumer" /> |
| 37 | + </service> |
| 38 | + |
| 39 | + <service id="old_sound_rabbit_mq.batch_consumer_command" class="OldSound\RabbitMqBundle\Command\BatchConsumerCommand"> |
| 40 | + <tag name="console.command" command="rabbitmq:batch:consumer" /> |
| 41 | + </service> |
| 42 | + |
| 43 | + <service id="old_sound_rabbit_mq.consumer_command" class="OldSound\RabbitMqBundle\Command\ConsumerCommand"> |
| 44 | + <tag name="console.command" command="rabbitmq:consumer" /> |
| 45 | + </service> |
| 46 | + |
| 47 | + <service id="old_sound_rabbit_mq.delete_command" class="OldSound\RabbitMqBundle\Command\DeleteCommand"> |
| 48 | + <tag name="console.command" command="rabbitmq:delete" /> |
| 49 | + </service> |
| 50 | + |
| 51 | + <service id="old_sound_rabbit_mq.dynamic_consumer_command" class="OldSound\RabbitMqBundle\Command\DynamicConsumerCommand"> |
| 52 | + <tag name="console.command" command="rabbitmq:dynamic-consumer" /> |
| 53 | + </service> |
| 54 | + |
| 55 | + <service id="old_sound_rabbit_mq.multiple_consumer_command" class="OldSound\RabbitMqBundle\Command\MultipleConsumerCommand"> |
| 56 | + <tag name="console.command" command="rabbitmq:multiple-consumer" /> |
| 57 | + </service> |
| 58 | + |
| 59 | + <service id="old_sound_rabbit_mq.purge_consumer_command" class="OldSound\RabbitMqBundle\Command\PurgeConsumerCommand"> |
| 60 | + <tag name="console.command" command="rabbitmq:multiple-consumer" /> |
| 61 | + </service> |
| 62 | + |
| 63 | + <service id="old_sound_rabbit_mq.command.rpc_server_command" class="OldSound\RabbitMqBundle\Command\RpcServerCommand"> |
| 64 | + <tag name="console.command" command="rabbitmq:rpc-server" /> |
| 65 | + </service> |
| 66 | + |
| 67 | + <service id="old_sound_rabbit_mq.command.setup_fabric_command" class="OldSound\RabbitMqBundle\Command\SetupFabricCommand"> |
| 68 | + <tag name="console.command" command="rabbitmq:setup-fabric" /> |
| 69 | + </service> |
| 70 | + |
| 71 | + <service id="old_sound_rabbit_mq.command.std_in_producer_command" class="OldSound\RabbitMqBundle\Command\StdInProducerCommand"> |
| 72 | + <tag name="console.command" command="rabbitmq:stdin-producer" /> |
| 73 | + </service> |
34 | 74 | </services>
|
35 | 75 |
|
36 | 76 | </container>
|
0 commit comments