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 3dd7076 commit cc287c4Copy full SHA for cc287c4
DependencyInjection/Configuration.php
@@ -263,7 +263,7 @@ protected function addQueueNodeConfiguration(ArrayNodeDefinition $node)
263
{
264
$node
265
->children()
266
- ->scalarNode('name')->isRequired()->end()
+ ->scalarNode('name')->end()
267
->booleanNode('passive')->defaultFalse()->end()
268
->booleanNode('durable')->defaultTrue()->end()
269
->booleanNode('exclusive')->defaultFalse()->end()
0 commit comments