You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/02 10:35:00 UTC

[jira] [Work logged] (ARTEMIS-4024) Send OpenWire LargeMessages in chunks to the Netty stream

     [ https://issues.apache.org/jira/browse/ARTEMIS-4024?focusedWorklogId=813919&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-813919 ]

ASF GitHub Bot logged work on ARTEMIS-4024:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Oct/22 10:34
            Start Date: 02/Oct/22 10:34
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic closed pull request #4240: ARTEMIS-4024 Sending Large Messages in chunks down the wire for Openwire
URL: https://github.com/apache/activemq-artemis/pull/4240




Issue Time Tracking
-------------------

            Worklog Id:     (was: 813919)
    Remaining Estimate: 0h
            Time Spent: 10m

> Send OpenWire LargeMessages in chunks to the Netty stream
> ---------------------------------------------------------
>
>                 Key: ARTEMIS-4024
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4024
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> when sending a large message in openwire, we will read the entire file on the memory, make the conversion from core, and send it on net throughOpenWireProtocolManager::sendPhisical.
> Such allocation should be limited and be sent in chunks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)