Skip to content

New RMQ version breaking change #12357

@kurtassad

Description

@kurtassad

Describe the bug

Newest RMQ version changes minimum frame_max to 8192.
https://www.rabbitmq.com/blog/2025/04/15/rabbitmq-4.1.0-is-released#initial-amqp-0-9-1-maximum-frame-size

This will break as we use the default frame_max which defaults to 4096. Getting logs:

error: FORMATTER CRASH: {"closing AMQP connection ~tp (~ts):~nfailed to negotiate connection parameters: ~ts",[<0.1190.0>,<<"127.0.0.1:62974 -> 127.0.0.1:5672">>,"3s","negotiated frame_max = 4096 is lower than the minimum allowed value (8192)"]}

Metadata

Metadata

Assignees

Labels

11-2 hour taskbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions