You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/4.1.0.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,16 @@ Clients that do override `frame_max` now must use values of 8192 bytes or greate
59
59
We recommend using the default server value of `131072`: do not override the `frame_max`
60
60
key in `rabbitmq.conf` and do not set it in the application code.
61
61
62
+
### Node.js `amqplib` Must Be Upgraded
63
+
62
64
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
63
65
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md#v0107)
64
66
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
65
67
68
+
`amqplib` versions older than `0.10.7` will not be able to connect to
69
+
RabbitMQ 4.1.0 and later versions due to the initial AMQP 0-9-1 maximum frame size
0 commit comments