postwait / node-amqp

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

Issue #445: Guard against unknown exchange name in queue.unbind(). #446

Closed gisode closed 7 years ago

gisode commented 7 years ago

Do not touch this._bindings but execute the command against the connection anyway, assuming that the caller knows what they are doing.