I have an issue with message that fail, as an error occurs when handling the payload in the code.
That happening, the message is acked and requed.
Is it possible to set it to not ack the message in case of any error?
I'm doing it with the RabbitMQ client but I was thinking I could use it the same with your package.
Hi,
I have an issue with message that fail, as an error occurs when handling the payload in the code. That happening, the message is acked and requed. Is it possible to set it to not ack the message in case of any error? I'm doing it with the RabbitMQ client but I was thinking I could use it the same with your package.
Thanks