Kirill Chadakin created ARTEMIS-4468:
----------------------------------------
Summary: Limiting Messages with Large Bodies
Key: ARTEMIS-4468
URL: https://issues.apache.org/jira/browse/ARTEMIS-4468
Project: ActiveMQ Artemis
Issue Type: New Feature
Reporter: Kirill Chadakin
As far as I know, the maximum size of a message body can be set in the client
connection configuration. This will prevent sending messages whose body exceeds
the specified size.
However, it would be useful to have a similar control on the broker side. I
would like to be able to configure the maximum message size in the broker
configuration and messages with a size larger than the specified limit should
not be accepted by the broker. Since large messages are stored in files, it is
preferable to prevent the message from being received altogether to avoid
performance issues when writing to the file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)