rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

Reduce max message size to 512MB. #289

Closed hairyhum closed 5 years ago

hairyhum commented 5 years ago

Related to https://github.com/rabbitmq/rabbitmq-server/pull/1812

Message size of 2GB is still too big, considering there can be more than just a message body in the distribution message. Also bogger messages are more dangerous for failure detection, because heartbeats and message replication are using the same port.