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

Remove prefetchSize from channel.Qos #188

Open
Zerpet opened this issue Apr 5, 2023 · 0 comments
Open

Remove prefetchSize from channel.Qos #188

Zerpet opened this issue Apr 5, 2023 · 0 comments
Milestone

Comments

@Zerpet
Copy link
Contributor

Zerpet commented Apr 5, 2023

RabbitMQ Server does not support prefetchSize other than 0 (no limit). Setting the prefetchSize to anything other than 0 results in a channel exception "not implemented". The team does not see value in supporting a prefetch size, as most users think in terms of number of messages (as opposed to number of bytes). On top of that, if a prefetch size value is low, it would starve consumers, as no messages could be delivered.

We want to remove the prefetchSize parameter from function.

@Zerpet Zerpet added the enhancement New feature or request label Apr 5, 2023
@Zerpet Zerpet added this to the 2.0.0 milestone Apr 5, 2023
@Zerpet Zerpet removed the enhancement New feature or request label Apr 5, 2023
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