[GH-ISSUE #815] Bug: Onlyoffice does not work with RabbitMQ 4.1.0 #383

Closed
opened 2026-02-26 10:32:17 +03:00 by kerem · 2 comments
Owner

Originally created by @Keridos on GitHub (May 31, 2025).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/815

In RabbitMQ 4.1.0, the minimum acceptable frame_max value during the connection negotiation phase was increased from 4096 bytes to 8192 bytes. This change was implemented to accommodate larger JWT tokens during authentication. As a result, clients that attempt to negotiate a frame_max value lower than 8192 bytes will have their connections rejected .

Onlyoffice only allows a max of 4096 bytes, so it cannot connect to the RabbitMQ server.
Here is a log line from the RabbitMQ Container which shows that issue:

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

Workaround is to downgrade RabbitMQ to version 4.0

Originally created by @Keridos on GitHub (May 31, 2025). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/815 In RabbitMQ 4.1.0, the minimum acceptable frame_max value during the connection negotiation phase was increased from 4096 bytes to 8192 bytes. This change was implemented to accommodate larger JWT tokens during authentication. As a result, clients that attempt to negotiate a frame_max value lower than 8192 bytes will have their connections rejected . Onlyoffice only allows a max of 4096 bytes, so it cannot connect to the RabbitMQ server. Here is a log line from the RabbitMQ Container which shows that issue: `error: FORMATTER CRASH: {"closing AMQP connection ~tp (~ts):~nfailed to negotiate connection parameters: ~ts",[<0.1053.0>,<<"172.25.0.4:54802 -> 172.25.0.3:5672">>,"3s","negotiated frame_max = 4096 is lower than the minimum allowed value (8192)"]} ` Workaround is to downgrade RabbitMQ to version 4.0
kerem 2026-02-26 10:32:17 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@igwyd commented on GitHub (Jun 2, 2025):

Hello @Keridos, thank you, but this is Duplicate of #3204

<!-- gh-comment-id:2929137041 --> @igwyd commented on GitHub (Jun 2, 2025): Hello @Keridos, thank you, but this is Duplicate of #[3204](https://github.com/ONLYOFFICE/DocumentServer/issues/3204)
Author
Owner

@Keridos commented on GitHub (Jun 2, 2025):

Oh, sorry, missed that. closing the issue

<!-- gh-comment-id:2931673979 --> @Keridos commented on GitHub (Jun 2, 2025): Oh, sorry, missed that. closing the issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#383
No description provided.