You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2022/09/30 17:36:00 UTC

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

Clebert Suconic created ARTEMIS-4024:
----------------------------------------

             Summary: 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


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)