rmqcpp
rmqcpp copied to clipboard
[Question] [Feature Request] How to create a consumer with automatic acknowledgements?
Is your feature request related to a problem? Please describe. In my scenario, I do not care much about reliability, but the performance is the key. So I want to consume messages with automatic acknowledgement. It appears that I cannot accomplish this using rmqcpp library.
Describe the solution you'd like The noAck variable is constantly set to false: const bool noAck = false; I suggest to make it configurable and pass the value using ConsumerConfig