We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AMQP sessions allow for byte-level flow control via the use of windowing. See the section regarding session flow control in the AMQP 1.0 specification
Currently the router has no way to enforce windowing efficiently. A solution to this is being proposed for Proton
Proper session window behavior will prevent undue memory growth on a heavily loaded destination router.
The text was updated successfully, but these errors were encountered:
First part merged #1620
Sorry, something went wrong.
kgiusti
No branches or pull requests
AMQP sessions allow for byte-level flow control via the use of windowing. See the section regarding session flow control in the AMQP 1.0 specification
Currently the router has no way to enforce windowing efficiently. A solution to this is being proposed for Proton
Proper session window behavior will prevent undue memory growth on a heavily loaded destination router.
The text was updated successfully, but these errors were encountered: