[
https://issues.apache.org/activemq/browse/CAMEL-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang updated CAMEL-1413:
--------------------------------
Description:
If we always caching the Stream message in the memory, we will get an
OutOfMemoryError if we are caching the big size streams.
In CXF , we will cache the big stream into a file instead of using the memory
if the stream is big than 64K to get around this kind of issue.
I think we need to implement a same stream caching in Camel now.
was:
If we always caching the Stream message in the memory, we will get an
OutOfMemoryError if we are caching the big size streams.
In CXF , we will cache the big stream into a file instead of using the memory
if the stream is big than 4K to get around this kind of issue.
I think we need to implement a same stream caching in Camel now.
Fix Version/s: 1.6.1
> Cache the big message into the file instead of using memory
> -----------------------------------------------------------
>
> Key: CAMEL-1413
> URL: https://issues.apache.org/activemq/browse/CAMEL-1413
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 1.6.0
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 2.0-M1, 1.6.1
>
>
> If we always caching the Stream message in the memory, we will get an
> OutOfMemoryError if we are caching the big size streams.
> In CXF , we will cache the big stream into a file instead of using the memory
> if the stream is big than 64K to get around this kind of issue.
> I think we need to implement a same stream caching in Camel now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.