There was an error while loading. Please reload this page.
1 parent 564e87c commit 6c1018cCopy full SHA for 6c1018c
DependencyInjection/Configuration.php
@@ -402,6 +402,7 @@ protected function getMultipleQueuesConfiguration()
402
protected function addQueueNodeConfiguration(ArrayNodeDefinition $node)
403
{
404
$node
405
+ ->fixXmlConfig('routing_key')
406
->children()
407
->scalarNode('name')->end()
408
->booleanNode('passive')->defaultFalse()->end()
0 commit comments