Closed
Description
Description
Hello,
Using symfony/messenger I encountered an issue due to a bug in my code that was always recreating a message in my queue preventing others messages from being process.
After fixing this bug I was wondering if there was a way to monitor that messages in the queue doesn't stack via the messenger ?
If not is this something that could be implemented in the messenger ?
Example
No response