GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-6/pull/198
ACTIVEMQ6-95 Large Message doesn't work on clustering & null Persistence
https://issues.apache.org/jira/browse/ACTIVEMQ6-95
The message.copy is broken when you set persistence=false, and the bridge
will use that method before forwarding the message
this commit is fixing NullStorageLargeServerMessage.copy and adding the
proper testcase to validate the fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-6 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-6/pull/198.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 #198
----
commit 6596bbbd194c79c1781cd26dc86e33b40a33a48b
Author: Clebert Suconic <[email protected]>
Date: 2015-03-31T15:20:25Z
ACTIVEMQ6-95 Large Message doesn't work on clustering & null Persistence
https://issues.apache.org/jira/browse/ACTIVEMQ6-95
The message.copy is broken when you set persistence=false, and the bridge
will use that method before forwarding the message
this commit is fixing NullStorageLargeServerMessage.copy and adding the
proper testcase to validate the fix
----
---
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.
---