Rob Godfrey created QPID-6245: --------------------------------- Summary: [Java Broker] Large messages can cause OOM exceptions in 0-9 path due to unnecessary retained references in the delivery path Key: QPID-6245 URL: https://issues.apache.org/jira/browse/QPID-6245 Project: Qpid Issue Type: Improvement Components: Java Broker Reporter: Rob Godfrey Assignee: Rob Godfrey Fix For: 0.31
When enqueuing a message onto a Queue, the broker transitions it from an "IncomingMessage" to an AMQMessage which is then placed on the queue. This step involves the copying of data from the incoming message to the AMQMessage. Once this copying is done, the incoming message should be discarded in order to reclaim memory. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org