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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: