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.
On the README the doc for queue.subscribe is false. It states:
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.