Resolving IllegalStateException: Message body is too large in Quarkus RabbitMQ #52071
Unanswered
kiratkumar47
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
/cc @cescoffier (reactive-messaging), @ozangunalp (reactive-messaging) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you for the response @cescoffier , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 👋 I'm hitting a message size limit issue while consuming from RabbitMQ.
Error: java.lang.IllegalStateException: Message body is too large (104857600), maximum configured size is 67108864.
Environment: Quarkus 3.15.x (or 3.2.x), quarkus-messaging-rabbitmq extension.
Context: The message is ~100MB, but the default limit is 64MB.
I’ve tried a few approaches to adjust the maxInboundMessageBodySize, but I haven't found the right way to apply this configuration within the Quarkus/SmallRye reactive messaging framework. Has anyone successfully tuned this limit via application.properties or a custom ConnectionFactory producer?
Beta Was this translation helpful? Give feedback.
All reactions