[ https://issues.apache.org/jira/browse/CAMEL-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128928#comment-13128928 ]
Daniel Kulp commented on CAMEL-4548: ------------------------------------ Just a quick note about perfomance results. On my machine using a direct to(...).from(...) route (nothing fancy at all, just a straight proxy of the service), I get: {code} 1K messages: 1200 clients streaming: 4800 req/sec (10M/sec throughput) 1200 clients dom: 3900 req/sec (8M/sec) 100K messages: 150 clients streaming: 295 (61M/sec) 150 clients dom: 104 (21M/sec) {code} > camel-cxf should support streaming > ---------------------------------- > > Key: CAMEL-4548 > URL: https://issues.apache.org/jira/browse/CAMEL-4548 > Project: Camel > Issue Type: Improvement > Affects Versions: 2.8.1 > Reporter: Daniel Kulp > Assignee: Daniel Kulp > Fix For: 2.8.2 > > > camel-cxf current DOM parses everything and stores things internally as DOM > Elements. This prevents proper streaming and also cause massive performance > and memory issues, especially with large messages. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira