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

Enforce AMQP session window limits #1619

Open
kgiusti opened this issue Oct 4, 2024 · 1 comment
Open

Enforce AMQP session window limits #1619

kgiusti opened this issue Oct 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kgiusti
Copy link
Contributor

kgiusti commented Oct 4, 2024

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.

@kgiusti kgiusti added the enhancement New feature or request label Oct 4, 2024
@kgiusti kgiusti self-assigned this Oct 4, 2024
@kgiusti
Copy link
Contributor Author

kgiusti commented Oct 10, 2024

First part merged #1620

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

No branches or pull requests

1 participant