In the case that mirrored queues are being used, node-amqp does not detect when the master queue goes down and a slave queue is promoted, therefore the consumer connection just remains dead. If node-amqp supported consumer cancellation notifications, this scenario could be detected and the consumer could re-consume from the new master queue. More Info...
It would be quite helpful if node-amqp could support Consumer Cancellation Notifications.
In the case that mirrored queues are being used, node-amqp does not detect when the master queue goes down and a slave queue is promoted, therefore the consumer connection just remains dead. If node-amqp supported consumer cancellation notifications, this scenario could be detected and the consumer could re-consume from the new master queue. More Info...
Thanks, by the way, for a great library!