[
https://issues.apache.org/activemq/browse/CAMEL-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47751#action_47751
]
Willem Jiang commented on CAMEL-1134:
-------------------------------------
Hi Ashwin,
You don't need to change any code in the MashalProcessor and UnMarshalProcessor.
If you take a look at the JAXBDataFormat, or some other Dataformat, you will
find they are using the stream API to consume or produce the message.
Since there are some useful converting methods in the IOConvertor,
ZipDataFormat can deal with lots of types message, and it will not need to
create a big byte array to hold the compress or unconpress data any more.
Cheers,
Willem
> Make the ZipDataFormat Stream friendly
> --------------------------------------
>
> Key: CAMEL-1134
> URL: https://issues.apache.org/activemq/browse/CAMEL-1134
> Project: Apache Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 1.5.1, 2.0.0
>
>
> CAMEL-1133's ZipDataFormat Patch does't use stream API to do the marshal and
> unmarshal work.
> It need to be refactored to be stream friendly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.