davsclaus commented on PR #15496: URL: https://github.com/apache/camel/pull/15496#issuecomment-2346510909
> I replaced the implementation with wrapping `ExecutorService`s. Should be fine now. I fail to understand that, because that only works for a task/runnable that are isolated. You do this generally for all of Camel's thread pool, and threads such as a JMS listener will then use the same task/runnable but to process all the incoming JMS messages, and each of those JMS messages is a different Exchange and _span id_ in that otel world. -- 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]
