Under the hood, does camel allocate thread pools specific to each route or is it more of a per processor/connector setup or is it one big shared thread pool for the whole application?
Is there anywhere i can find discussions on this topic or documentation that describes the general thread model used by camel? Likewise with camel clustering and scaling... is there docs anywhere that describes how this works?