You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Mark Webb <el...@gmail.com> on 2011/12/13 20:43:49 UTC

running processors in different classloaders

Does Camel support the ability to have processors run in separate
classloaders?  I have a system that will support 3rd party plug-ins
(processors).  This makes me want to separate the processors into
their own classloaders, similar to what Tomcat does with contexts.

Thanks,
Mark