Skip to content

Rabbitmq 4.0.5 Connection Frame body is too large Exception #2982

Answered by acogoluegnes
coolguyhong asked this question in Q&A
Discussion options

You must be logged in to vote

This is unrelated to AMQP 1.0.

The maximum message size went down to 16 MiB in RabbitMQ 4.0. See "Default Maximum Message Size Reduced to 16 MiB" in the 4.0 release notes for more information.

The logs report a message body of over 1 GB, this is by no means the kind of message size brokers like RabbitMQ are designed for. You should review the design of your system.

RabbitMQ 4.0 does support AMQP 1.0 "natively" (no plugin needed), but this does not change anything for client applications: they negotiate the version of the protocol they want to use at connection time. See the blog post for more information.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@coolguyhong
Comment options

@acogoluegnes
Comment options

@artembilan
Comment options

@artembilan
Comment options

@coolguyhong
Comment options

Answer selected by artembilan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants