clebertsuconic commented on PR #5689: URL: https://github.com/apache/artemis/pull/5689#issuecomment-4033349202
I am not sure if I set HDR_LARGE_MESSAGE_SIZE with the original body size now (I don't remember). but if I do, we could change this method to play with that value: https://github.com/apache/artemis/blob/a718bc5932fbb578ba48eecbd8d2a7f7a762701b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java#L219-L227 if not set, then we should set the original header size somehow. We would need a test playing with an actual large message and do the proper filter to play with this. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
