postwait / node-amqp

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

Error in doc for queue.subscribe #220

Open thomas-riccardi opened 11 years ago

thomas-riccardi commented 11 years ago

On the README the doc for queue.subscribe is false. It states:

This method will emit 'basicQosOk' when ready.

But in fact it's 'basicConsumeOk' like queue.subscribeRaw. 'basicQosOk' may be fired but not il all cases, and not after the subscription has finished.

jacobstr commented 11 years ago

:+1: Experienced this as well.