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.