twingly / twingly-amqp

:bus: Ruby gem for RabbitMQ subscribing and publishing
0 stars 0 forks source link

Change consumer thread default to 1 to match Bunny #77

Closed walro closed 5 years ago

walro commented 5 years ago

From Bunny documentation, http://rubybunny.info/articles/concurrency.html#consumer_work_pools:

Every channel maintains a fixed size thread pool used to dispatch deliveries (messages pushed by RabbitMQ to consumers). By default every pool has size of 1 to guarantee ordered message processing by default.

Close #68