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)
25
25
'old_sound_rabbit_mq.consumer ' ,
26
26
'old_sound_rabbit_mq.multi_consumer ' ,
27
27
'old_sound_rabbit_mq.anon_consumer ' ,
28
+ 'old_sound_rabbit_mq.batch_consumer ' ,
28
29
'old_sound_rabbit_mq.rpc_client ' ,
29
30
'old_sound_rabbit_mq.rpc_server ' ,
30
31
);
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ protected function loadAnonConsumers()
442
442
{
443
443
foreach ($ this ->config ['anon_consumers ' ] as $ key => $ anon ) {
444
444
$ definition = new Definition ('%old_sound_rabbit_mq.anon_consumer.class% ' );
445
+ $ definition ->setPublic (true );
445
446
$ definition
446
447
->setPublic (true )
447
448
->addTag ('old_sound_rabbit_mq.base_amqp ' )
You can’t perform that action at this time.
0 commit comments