AlariCode / nestjs-rmq

A custom library for NestJS microservice. It allows you to use RabbitMQ or AMQP.
https://purpleschool.ru
MIT License
285 stars 38 forks source link

validation + manual ack/nack #61

Closed maraero closed 6 months ago

maraero commented 1 year ago

If you use both validation via @RMQValidate and manual message ack/nack in the handler, then the handler stops working after the first invalid message, because it cannot send ack/nack message.