Skip to content

Commit 7674cc9

Browse files
committed
Merge pull request #162 from jamesmoey/issue-160
Remove old_sound_rabbit_mq.base_amqp tag from rpc_clients since RPC clients don't need to be initialized by setup fabric
2 parents d531fec + 0a4dfee commit 7674cc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/OldSoundRabbitMqExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ protected function loadRpcClients()
225225
foreach ($this->config['rpc_clients'] as $key => $client) {
226226
$definition = new Definition('%old_sound_rabbit_mq.rpc_client.class%');
227227
$definition
228-
->addTag('old_sound_rabbit_mq.base_amqp')
229228
->addTag('old_sound_rabbit_mq.rpc_client')
230229
->addMethodCall('initClient');
231230
$this->injectConnection($definition, $client['connection']);

0 commit comments

Comments
 (0)