You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by franz1981 <gi...@git.apache.org> on 2018/09/05 09:27:50 UTC

[GitHub] activemq-artemis pull request #2294: ARTEMIS-2068 save reading any file to g...

GitHub user franz1981 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2294

    ARTEMIS-2068 save reading any file to get AMQP large msg size

    ServerJMSBytesMessage::getBodyLength can save reading
    the whole large message file by reading just its
    file size

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2068

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2294.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 #2294
    
----
commit 03046508b11dbaee7b04648578744f4db74236da
Author: Francesco Nigro <ni...@...>
Date:   2018-09-03T06:57:11Z

    ARTEMIS-2068 save reading any file to get AMQP large msg size
    
    ServerJMSBytesMessage::getBodyLength can save reading
    the whole large message file by reading just its
    file size

----


---

[GitHub] activemq-artemis pull request #2294: ARTEMIS-2068 save reading any file to g...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2294


---