You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2010/12/16 15:34:01 UTC

[jira] Closed: (CXF-3158) Support Streaming for the JMS transport

     [ 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.