Actually this could have been simply solved if camel core and all
camel components delegated their threading needs to a
java.util.concurrent.ThreadFactory. Then one could have centralized
thread management. Unfortunately even if Camel is well behaved many of
its components are not and even associated units like ActiveMQ don't
seem to allow you to customize thread creation. But maybe there is a
way to do this that I am not aware of.

Reply via email to