<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'Akeneo\Tool\Bundle\BatchQueueBundle\Command\JobQueueConsumerCommand' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/Command/JobQueueConsumerCommand.php';

$this->privates['Akeneo\\Tool\\Bundle\\BatchQueueBundle\\Command\\JobQueueConsumerCommand'] = $instance = new \Akeneo\Tool\Bundle\BatchQueueBundle\Command\JobQueueConsumerCommand(($this->privates['akeneo_batch_queue.queue.database_job_execution_queue'] ?? $this->load('getAkeneoBatchQueue_Queue_DatabaseJobExecutionQueueService.php')), ($this->privates['akeneo_batch_queue.queue.job_execution_message_repository'] ?? $this->load('getAkeneoBatchQueue_Queue_JobExecutionMessageRepositoryService.php')), ($this->privates['akeneo_batch_queue.manager.job_execution_manager'] ?? $this->load('getAkeneoBatchQueue_Manager_JobExecutionManagerService.php')), \dirname(__DIR__, 4));

$instance->setName('akeneo:batch:job-queue-consumer-daemon');

return $instance;
