amqp-client fails to connect to a 4.1.0 node without setting a frame_max higher than its default #13616
-
Describe the bugI am facing to this error with the JS client amqp-connection-manager version 4.1.14
I try to set the rabbitmq config initial_frame_max = 4096 but that not help ... Finally only why to fix it was to add frameMax on the connection url ... Seem to be relative to this change => Reproduction steps
Expected behaviorConnection should be success without adding frameMax on the url parameter. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@YvesZelros your client most likely uses a |
Beta Was this translation helpful? Give feedback.
-
#13541 hasn't shipped in any release. In any case, using the standard (server, most client libraries) default would avoid this issue for any version. There is no reason to use such a small |
Beta Was this translation helpful? Give feedback.
@YvesZelros your client most likely uses a
frame_max
of 4096 by default. It should not, or it should use the server's default of131072
.