Skip to content

Commit 45b52d3

Browse files
author
Bogdan Rancichi
committed
[feature] tagged old sound rabbitmq connections
1 parent 826a536 commit 45b52d3

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)