rabbitmq-objc-client icon indicating copy to clipboard operation
rabbitmq-objc-client copied to clipboard

Concurrent delivery consumption

Open camelpunch opened this issue 8 years ago • 1 comments

Bunny does this using a thread pool. We could use dispatch queues in a similar way.

  • [ ] Queue subscribe: blocks on completion of the entire pool of work

camelpunch avatar Apr 05 '16 10:04 camelpunch

As long as per-channel ordering is guaranteed.

On 5 abr 2016, at 13:57, Andrew Bruce [email protected] wrote:

Bunny does this using a thread pool. We could use dispatch queues in a similar way.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

michaelklishin avatar Apr 05 '16 11:04 michaelklishin