node-amqp-connection-manager
node-amqp-connection-manager copied to clipboard
feat(channel-msg-reject): send reject function to underlying channel
@jwalton please take a look into this. Thanks
Can you use #nack(message, false, requeue) instead? reject is a function in amqplib to maintain backwards compatibility with very old versions of RabbitMq (< v2.3.0).
I think it makes more sense for this lib to only have one method to nack messages.
https://amqp-node.github.io/amqplib/channel_api.html#channel_reject