Closed
Description
Symfony version(s) affected: 4.2.9
Description
I have one handler who receives a message - limit 1. This handler should gets ids from database and send messages to another queue. This task is very long - 15k messages. When task is very long, messenger calls ack function of "Connection" object but message is not deleted from queue.
How to reproduce
Create handler and send 15k messages to another queue.