You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: