Skip to content

Commit

Permalink
Merge pull request #449 from devrck/tagged-connections
Browse files Browse the repository at this point in the history
[Feature ] Tagged old_sound_rabbitmq connections
  • Loading branch information
stloyd authored Jun 12, 2017
2 parents 826a536 + 45b52d3 commit c28c4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/OldSoundRabbitMqExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ protected function loadConnections()
$definition->setFactoryService($factoryName);
$definition->setFactoryMethod('createConnection');
}
$definition->addTag('old_sound_rabbit_mq.connection');

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

0 comments on commit c28c4e3

Please sign in to comment.