postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

Feature Request: Consumer Cancellation Notifications #229

Closed cmoesel closed 10 years ago

cmoesel commented 11 years ago

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!

cmoesel commented 10 years ago

Closing since #285 was merged a while ago.