[
https://issues.apache.org/jira/browse/CXF-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Schneider closed CXF-3158.
------------------------------------
Resolution: Won't Fix
As none of the current jms providers supports streaming over the standard jms
interface I close the issue.
> Support Streaming for the JMS transport
> ---------------------------------------
>
> Key: CXF-3158
> URL: https://issues.apache.org/jira/browse/CXF-3158
> Project: CXF
> Issue Type: New Feature
> Components: Transports
> Reporter: Christian Schneider
> Assignee: Christian Schneider
>
> Currently the JMS Transport reads or writes the full message body in one
> step. To do so it buffers the complete message in memory. For very large
> messages this consumes a lot of memory and slows down message processing.
> The JMS API allows Streaming for StreamMessages and BytesMessages. So we
> should be able to easily support this as well.
> If we use a buffer we could support configuring the buffer size.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.