We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80392e1 commit e256558Copy full SHA for e256558
DependencyInjection/Configuration.php
@@ -250,6 +250,7 @@ protected function addBatchConsumers(ArrayNodeDefinition $node)
250
->useAttributeAsKey('key')
251
->prototype('array')
252
->append($this->getExchangeConfiguration())
253
+ ->append($this->getQueueConfiguration())
254
->children()
255
->scalarNode('connection')->defaultValue('default')->end()
256
->scalarNode('callback')->isRequired()->end()
0 commit comments