Skip to content

Make AMQP flow control configurable #11861

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

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Make AMQP flow control configurable #11861

merged 1 commit into from
Jul 30, 2024

Conversation

ansd
Copy link
Member

@ansd ansd commented Jul 30, 2024

Make the following AMQP 1.0 flow control variables configurable via advanced.config:

  • max_incoming_window (session flow control)
  • max_link_credit (link flow control)
  • max_queue_credit (link flow control)

Make the following AMQP 1.0 flow control variables configurable via
`advanced.config`:
* `max_incoming_window` (session flow control)
* `max_link_credit` (link flow control)
* `max_queue_credit` (link flow control)
@ansd ansd added this to the 4.0.0 milestone Jul 30, 2024
@ansd ansd merged commit 9d9a69a into main Jul 30, 2024
191 checks passed
@ansd ansd deleted the session-config branch July 30, 2024 14:40
@michaelklishin
Copy link
Collaborator

References #11822 #11857.

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

Successfully merging this pull request may close these issues.

2 participants