Closed
Description
Hello!
Please, add important configuration option for consumer no_ack
. If set to true
, automatic acknowledgement mode will be used by consumer. The default value is false
.
We really need this option on our large project at the moment, but no_ack
value is hardcoded to false
in method setupConsumer()
of classes:
OldSound\RabbitMqBundle\RabbitMq\BaseConsumer
,OldSound\RabbitMqBundle\RabbitMq\BatchConsumer
,OldSound\RabbitMqBundle\RabbitMq\MultipleConsumer
.
$this->getChannel()->basic_consume($this->queueOptions['name'], $this->getConsumerTag(), false, false, false, false, [$this, 'processMessage']);
Metadata
Metadata
Assignees
Labels
No labels