You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hello!
Please, add important configuration option for consumer
no_ack
. If set totrue
, automatic acknowledgement mode will be used by consumer. The default value isfalse
.We really need this option on our large project at the moment, but
no_ack
value is hardcoded tofalse
in methodsetupConsumer()
of classes:OldSound\RabbitMqBundle\RabbitMq\BaseConsumer
,OldSound\RabbitMqBundle\RabbitMq\BatchConsumer
,OldSound\RabbitMqBundle\RabbitMq\MultipleConsumer
.E.g. https://github.com/php-amqplib/RabbitMqBundle/blob/master/RabbitMq/BaseConsumer.php#L71
The text was updated successfully, but these errors were encountered: