[
https://issues.apache.org/jira/browse/ARTEMIS-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607023#comment-16607023
]
ASF GitHub Bot commented on ARTEMIS-2078:
-----------------------------------------
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
----
> AMQP large messages aren't consumed between cluster nodes with persistence
> disabled
> -----------------------------------------------------------------------------------
>
> Key: ARTEMIS-2078
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2078
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.6.2
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Fix For: 2.7.0
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> The large messages exchanged using AMQP JMS between cluster nodes with
> persistence disabled are not correctly converted due to how
> NullStorageLargeServerMessage is handling the readonly message body buffer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)