brusdev commented on a change in pull request #2694: ARTEMIS-2371 Message with
huge header shuts broker down
URL: https://github.com/apache/activemq-artemis/pull/2694#discussion_r292062530
##########
File path:
artemis-journal/src/main/java/org/apache/activemq/artemis/journal/ActiveMQJournalBundle.java
##########
@@ -47,4 +47,7 @@
@Message(id = 149004, value = "unable to open file")
String unableToOpenFile();
+
+ @Message(id = 149005, value = "Record (size={0}) larger than the store
maxRecordSize({1})", format = Message.Format.MESSAGE_FORMAT)
Review comment:
The new message of the exception is: "Message of {0} bytes is bigger than
the max record size of {1} bytes. You should try to move large application
properties to the message body."
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services