We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c698cd commit 312bc7eCopy full SHA for 312bc7e
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -139,6 +139,7 @@ protected function loadProducers()
139
if ($this->config['sandbox'] == false) {
140
foreach ($this->config['producers'] as $key => $producer) {
141
$definition = new Definition($producer['class']);
142
+ $definition->setPublic(true);
143
$definition->addTag('old_sound_rabbit_mq.base_amqp');
144
$definition->addTag('old_sound_rabbit_mq.producer');
145
//this producer doesn't define an exchange -> using AMQP Default
0 commit comments