Hi,I am running multiple Camel instances in the same JVM. Each Camel instance should have an unique, custom Executerservice. I set the Executerservice to the CamelContext registry. But when i start the same route in two different contexts, the executerservice gets shared.... (Same issue with a custom splitter)
How can i avoid this? Thanks, Stefan