File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,20 @@ for the complete list of related changes.
25
25
26
26
## Breaking Changes and Compatibility Notes
27
27
28
+ ### Initial AMQP 0-9-1 Maximum Frame Size
29
+
30
+ Before a client connection can negotiate a maximum frame size (` frame_max ` ), it must authenticate
31
+ successfully. Before the authenticated phase, a special lower ` frame_max ` value
32
+ is used.
33
+
34
+ With this release, the value was increased from the original 4096 bytes to 8192
35
+ to accommodate larger [ JWT tokens] ( https://www.rabbitmq.com/docs/oauth2 ) .
36
+
37
+ Clients that do override ` frame_max ` now must use values of 8192 bytes or greater.
38
+ We recommend using the default server value of ` 131072 ` : do not override the ` frame_max `
39
+ key in ` rabbitmq.conf ` and do not set it in the application code.
40
+
41
+
28
42
### MQTT
29
43
30
44
* The default MQTT [ Maximum Packet Size] ( https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901086 ) changed from 256 MiB to 16 MiB.
You can’t perform that action at this time.
0 commit comments