AlariCode / nestjs-rmq

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

Edited ack to have same params and return type as amqp. Added same t… #25

Closed mikelavigne closed 3 years ago

mikelavigne commented 3 years ago

Edited ack to have same params and return type as amqp. Added same thing for nack. Both use manualAck because both are related.

AlariCode commented 3 years ago

Great! Merging now. Will add this feature to next version.