CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat --------------------------------------------------------------------------------------------------
Key: CAMEL-4429 URL: https://issues.apache.org/jira/browse/CAMEL-4429 Project: Camel Issue Type: Improvement Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.9.0 IN CXF-3788, CXF HTTPConduit will handle the partial response when the HTTP response code is 202 nor matter the operation is oneway or not. It will cause the camel-cxf producer wait for the response for server for ever. CXF-3796 introduces a new message header to help us to workaround this issue, we need to set this header in CxfProducer when the data format is MESSAGE. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira