There was an error while loading. Please reload this page.
2 parents 564e87c + 6c1018c commit d4d7226Copy full SHA for d4d7226
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