Replies: 3 comments 2 replies
-
Clients are not allowed to use a value higher than that used by the server. This value is meant to be used for validation and it was introduced about three months ago #1218 |
Beta Was this translation helpful? Give feedback.
-
@lukebakken am I wrong about anything? |
Beta Was this translation helpful? Give feedback.
-
I don't believe client libraries have any knowledge of the server's maximum message size, because the value is not sent during the I'll have to check the code, but |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have set the value of ConnectionFactory.MaxMessageSize (either with a value larger or smaller than the default value of the server).
If I sent a bigger file than the limit, it is always comparing against the value defined in the rabbitmq server (or the default). The field is not being used.
If this is the expected behaviour, what is the field MaxMessageSize used for?
Beta Was this translation helpful? Give feedback.
All reactions