-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Milestone
Description
Camel 4 routes have different thread names in standalone and osgi mode. This is the same route and endpoint on karaf and standalone:
It would be more convenient if the naming policy was uniform. It is quite difficult to find the required threads on karaf because all have almost the same names "Camel (camel-#) thread ... "
On previous versions (at least camel2) thread name policies was uniform.
As workaround for now route configuration requires this code (or similar blueprint code):
camelContext.getCamelContextExtension().setName(this.getClass().getSimpleName());
// set default pattern
camelContext.getExecutorServiceManager().setThreadNamePattern("Camel (#camelId#) thread ##counter# - #name# ");
Metadata
Metadata
Assignees
Labels
No labels