Hi Chris
and how it's needed if subscribers subscribing in ack mode need to use qos if they are likely to call other methods on bunny.
I had a couple of questions though. I realise I didn't quite follow somethings there.
The first is about prefetch count. If I use qos with a prefetch count greater than 1, won't I have the same problem that your example raised? Or is it a matter of picking up a small enough prefetch count that all these messages are recieved by bunny before the subscribe block executes?
The other question was if qos is required if a subscribe block is going to perform a publish? Is there a publish ok message that the server sends back?
thanks
Vishnu