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 938d944 commit 3e0faa3Copy full SHA for 3e0faa3
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -383,6 +383,10 @@ protected function loadBatchConsumers()
383
))
384
;
385
386
+ if (isset($consumer['idle_timeout_exit_code'])) {
387
+ $definition->addMethodCall('setIdleTimeoutExitCode', array($consumer['idle_timeout_exit_code']));
388
+ }
389
+
390
if (isset($consumer['idle_timeout'])) {
391
$definition->addMethodCall('setIdleTimeout', array($consumer['idle_timeout']));
392
}
0 commit comments