Re: Route id in threadNamePattern

2020-10-30 Thread Claus Ibsen
Hi No its not possible as the pattern is a fixed name that is calculated once when the thread is created. And that often happens such as startup where there are no routes etc. For route id logging then look at MDC logging On Fri, Oct 30, 2020 at 3:46 PM Mikhail Lukyanov wrote: > > Hello everyon

Route id in threadNamePattern

2020-10-30 Thread Mikhail Lukyanov
Hello everyone. Is it possible to specify routeId in threadNamePattern? I found how https://camel.apache.org/manual/latest/threading-model.html specify ContextId (camelId) I tried this threadNamePattern="Camel (#camelId#) routeId (${routeId}) thread ##counter# - #longName#" But get error Inva