davsclaus commented on issue #6947: URL: https://github.com/apache/camel-quarkus/issues/6947#issuecomment-2621754993
Yes this is expected when using parallel, then 2 threads can operate at the same time on the same body. Saxon is not thread safe so dont do that. Or use the onPrepare to make a deep clone of the message body. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
