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

Add configuration for max inbound message size #212

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

okubis
Copy link
Contributor

@okubis okubis commented Apr 29, 2024

This change in the underlying RabbitMQ library has added support for MaxInboundMessageSize configuration with a default set to 64MB:
rabbitmq/rabbitmq-java-client#1063

This however broke the behaviour of this library for us, as we might encounter bigger messages in our usecase.
Hence this PR makes this value configurable even when using this wrapper

@okubis okubis force-pushed the max-inbound-messagy-body-size-config branch 3 times, most recently from ca57631 to 16c7008 Compare April 30, 2024 08:13
which is new max size limit on server side since 3.8.0 onward
@okubis okubis force-pushed the max-inbound-messagy-body-size-config branch from 16c7008 to e809899 Compare April 30, 2024 08:15
@jendakol jendakol enabled auto-merge (squash) April 30, 2024 08:21
@jendakol jendakol disabled auto-merge April 30, 2024 11:48
@jendakol jendakol merged commit 128aca5 into avast:master Apr 30, 2024
1 check passed
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