GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2299
ARTEMIS-2078 AMQP large msg aren't consumed by clusters without persistence
NullStorageLargeServerMessage is not correctly exposing its body buffer
to allow CoreAmqpConverter to convert it into an AMQPMessage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2078
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2299.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 #2299
----
commit bf770b936d552ea7d87d8281f03e360599b41766
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-09-07T09:13:19Z
ARTEMIS-2078 AMQP large msg aren't consumed by clusters without persistence
NUllStorageLargeServerMessage is not correctly exposing its body buffer
to allow CoreAmqpConverter to convert it into an AMQPMessage
----
---