GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/1574
ARTEMIS-1444 Support Messages > JournalBufferSize in all Protocols
Notice the use of a deprecated method message.getBodyBuffer() in
ServerSessionImpl. It's valid usage in this case.
@clebertsuconic perhaps this should not be deprecated. The alternative (to
use ICoreMessage interface) would require significant refactor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-1444
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1574.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 #1574
----
commit 1e4cb1049174b7571da023c0d23f595f8a4b02fb
Author: Martyn Taylor <[email protected]>
Date: 2017-10-05T10:32:32Z
ARTEMIS-1444 Support Messages > JournalBufferSize in all Protocols
----
---