File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public function process(ContainerBuilder $container)
2525 'old_sound_rabbit_mq.consumer ' ,
2626 'old_sound_rabbit_mq.multi_consumer ' ,
2727 'old_sound_rabbit_mq.anon_consumer ' ,
28+ 'old_sound_rabbit_mq.batch_consumer ' ,
2829 'old_sound_rabbit_mq.rpc_client ' ,
2930 'old_sound_rabbit_mq.rpc_server ' ,
3031 );
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ protected function loadAnonConsumers()
442442 {
443443 foreach ($ this ->config ['anon_consumers ' ] as $ key => $ anon ) {
444444 $ definition = new Definition ('%old_sound_rabbit_mq.anon_consumer.class% ' );
445+ $ definition ->setPublic (true );
445446 $ definition
446447 ->setPublic (true )
447448 ->addTag ('old_sound_rabbit_mq.base_amqp ' )
You can’t perform that action at this time.
0 commit comments