Skip to content

Commit 087b542

Browse files
Update 4.1.0.md
(cherry picked from commit a0e6c23)
1 parent 83ff6cf commit 087b542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-notes/4.1.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Clients that do override `frame_max` now must use values of 8192 bytes or greate
3838
We recommend using the default server value of `131072`: do not override the `frame_max`
3939
key in `rabbitmq.conf` and do not set it in the application code.
4040

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+
4145

4246
### MQTT
4347

0 commit comments

Comments
 (0)