Mathias Lundell

Results 2 comments of Mathias Lundell

> Now that there is a way to transfer leadership of a queue to a different node, it is an option for, say, durable queues. @michaelklishin Which method are you...

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...