Skip to content

Revisit two rabbitmq.conf validators #3398

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
Sep 10, 2021
Merged

Conversation

michaelklishin
Copy link
Collaborator

  • max_message_size had an off-by-one error and unfortunate naming
  • classic mirrored queue batch size was not validating the size in messages.
    The limit of over 2B messages did not make much sense. 1M is a still very
    high but a more reasonable upper bound

Fixes #3390

 * max_message_size had an off-by-one error and unfortunate naming
 * classic mirrored queue batch size was not validating the size in messages.
   The limit of over 2B messages did not make much sense. 1M is a still very
   high but a more reasonable upper bound

Fixes #3390
@michaelklishin michaelklishin merged commit 13ac078 into master Sep 10, 2021
@michaelklishin michaelklishin deleted the rabbitmq-server-3390 branch September 10, 2021 10:53
michaelklishin added a commit that referenced this pull request Sep 10, 2021
Revisit two rabbitmq.conf validators (backport #3398)
@michaelklishin michaelklishin added this to the 3.8.23 milestone Sep 10, 2021
michaelklishin added a commit that referenced this pull request Sep 10, 2021
Revisit two rabbitmq.conf validators

(cherry picked from commit 13ac078)
@michaelklishin
Copy link
Collaborator Author

Backported to v3.8.x manually.

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.

rabbitmq.conf validation fails when max_message_size is set to 536870912
1 participant