Description
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)"]}