Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pasick opened this issue Jan 15, 2025 · 0 comments

Comments

@Pasick
Copy link

Pasick commented Jan 15, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant