mmucklo / DtcQueueBundle

Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
MIT License
120 stars 38 forks source link

messages_unacknowledged in RabbitMQ #151

Open maikelreyes opened 2 years ago

maikelreyes commented 2 years ago

After upgrade the rabbitmq service to version 3.9.13 some long tasks leave the messages in the queue as unacknowledged, causing the same task repeats undefinitely...

There is some solution for this case?