We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fa541 commit a0e6c23Copy full SHA for a0e6c23
release-notes/4.1.0.md
@@ -38,6 +38,10 @@ Clients that do override `frame_max` now must use values of 8192 bytes or greate
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
+[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
42
+a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
43
+or explicitly use a higher `frame_max`.
44
+
45
46
### MQTT
47
0 commit comments