1

Apache CXF (version 3.2.4) is logging all my soap xml messages in /tmp folder.

I am using LoggingInInterceptor and LoggingOutInterceptor as cxf interceptors in the cxfEndpoint provided in the Apache CAMEL (version 2.22.0) framework.

I see in the CachedOutputStream code of CXF Framework that its logging the soap messages to temp folder.

Is there a property or configuration in CXF which deletes the files automatically after the response is rendered.

srikant_mantha
  • 109
  • 1
  • 13
  • I tried following this link https://stackoverflow.com/questions/52287431/optimizing-cxf-webservice to change the threshold value, still no luck. – srikant_mantha May 15 '19 at 21:08
  • How can I set the below values using the Bus created by CamelTransportFactory At the moment, these properties are not getting picked. Any help would be appreciated – srikant_mantha May 16 '19 at 16:22

0 Answers0