Github user clebertsuconic commented on the pull request:
https://github.com/apache/activemq-6/pull/211#issuecomment-95690679
@gaohoward if you are sending large messages this huge you will have to set
the new setting on producerWindowSize through the bridge. that's the only thing
we should support.
With a 50M min largeMessagesize you will be allocating huge buffers over
the Native Layer as well.. it's bound to fail.
I have run your test with 3G files and it's working fine. So, this should
be sufficient to fix this issue on master. I really don't want any layer to
wait on resendCache to exaust.. that will cause huge delays on average sized
large messages (such as 10M, 1M.. since you would require a round trip network
for every chunk sent).
I think we are fine with this fix here
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---