GitHub user pgfox opened a pull request:
https://github.com/apache/activemq-artemis/pull/1642
NO-JIRA - minor updates to sample, so it works as described in comments
The LargeMessageExample was not working as described in docs:
- FILESIZE was set to 1 MiB instead of 2 GiB
I had a look at the previous change to FILE_SIZE and my guess is the change
was included in a commit as an oversight. Please let me know if the file size
was meant to be reduced and I will modify the PR to reflect that.
- ?minLargeMessageSize=10240 was omitted from URL.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pgfox/activemq-artemis large_message_example
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1642.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1642
----
commit 86b8a92e5fa8fede771ea07a47e186657dad4694
Author: Pat Fox <[email protected]>
Date: 2017-11-04T17:18:30Z
NO-JIRA - minor updates to sample, so it works as described in comments
----
---