nestjs-rmq icon indicating copy to clipboard operation
nestjs-rmq copied to clipboard

validation + manual ack/nack

Open maraero opened this issue 2 years ago • 0 comments

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.

maraero avatar Aug 16 '22 10:08 maraero