Closed alexanderkind closed 2 years ago
Hi! RabbitMQ requires separate "qos" settings for each new consumer. (global = false) https://www.rabbitmq.com/consumer-prefetch.html#overview
The abstract class "Channel" in the "qos" function is missing the "global" parameter. This will fix everything.
Thanks!
FYI, the 0.2.2 release includes this change.
Hi! RabbitMQ requires separate "qos" settings for each new consumer. (global = false) https://www.rabbitmq.com/consumer-prefetch.html#overview
The abstract class "Channel" in the "qos" function is missing the "global" parameter. This will fix everything.
Thanks!