rabbitmq-objc-client
rabbitmq-objc-client copied to clipboard
Concurrent delivery consumption
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
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