Skip to content

Commit c28c4e3

Browse files
authored
Merge pull request #449 from devrck/tagged-connections
[Feature ] Tagged old_sound_rabbitmq connections
2 parents 826a536 + 45b52d3 commit c28c4e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/OldSoundRabbitMqExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ protected function loadConnections()
9797
$definition->setFactoryService($factoryName);
9898
$definition->setFactoryMethod('createConnection');
9999
}
100+
$definition->addTag('old_sound_rabbit_mq.connection');
100101

101102
$this->container->setDefinition(sprintf('old_sound_rabbit_mq.connection.%s', $key), $definition);
102103
}

0 commit comments

Comments
 (0)