postwait / node-amqp

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

fixed missing exchange open callbacks when noDeclare and no confirm #464

Closed albert-lacki closed 6 years ago

albert-lacki commented 7 years ago

This pull request fixes bug that occurs when one try to connect to an exchange with noDeclare: true and confirm: false. With this set of options the open event has never been fired as well as open callback.