Thank you very much for the reply Luke.
I actually saw an example of this in the pka documentation, 2.3.5 "Using the BlockingChannel.consume generator to consume Messages". It left me wondering what would happen if we had multiple processes consuming messages from the same queue. Doesn't the consume method ask for all messages on the queue? Of course we could ack the first message then cancel but what happens to other processes trying to grab messages from the same queue. Are there any performance or other considerations here? Would there be conflicts?
Thanks
Perry