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

Is it possible to limit no. of consumers for a queue? #86

Open
Teja-Cuber opened this issue Sep 5, 2024 · 1 comment
Open

Is it possible to limit no. of consumers for a queue? #86

Teja-Cuber opened this issue Sep 5, 2024 · 1 comment

Comments

@Teja-Cuber
Copy link

Hi,
Due to an ongoing requirement, I have been trying to limit the consumption of messages to a controllable level where I have added the following settings to the consumers.
visibilityTimeout, heartBeatInterval & pollingWaitTimeMs.
This has overall reduced the load on system due to concurrent consumers and I am aware of the fact that it is not possible to limit the number of consumers for a queue, but is there any other possibility to do it through this library apart from the settings above?

@Teja-Cuber Teja-Cuber changed the title Is it possible to limit consumers for a queue? Is it possible to limit no. of consumers for a queue? Sep 5, 2024
@Teja-Cuber
Copy link
Author

Teja-Cuber commented Sep 5, 2024

cc: @nitinmp & @karthikreddi

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