antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

Requeue fail message #71

Open shadowyo3 opened 3 years ago

shadowyo3 commented 3 years ago

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