rmqcpp icon indicating copy to clipboard operation
rmqcpp copied to clipboard

[Question] [Feature Request] How to create a consumer with automatic acknowledgements?

Open Pasick opened this issue 1 year ago • 0 comments

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

Pasick avatar Jan 15 '25 14:01 Pasick