Re: AW: MDC logging for different route

2016-12-20 Thread intelccdodemo
Is there a way to define custom threadpool that will be used by Seda based route and EIP (Splitter). Then i may need to customize that threadpool to copy context with custom information ? -- View this message in context: http://camel.465427.n5.nabble.com/MDC-logging-for-different-route-tp579173

Re: AW: MDC logging for different route

2016-12-20 Thread intelccdodemo
When i override CustomUnitOfWork then able to add an extra key-value pair but what i wanted to know how would i make it persistent through mdc from one route to 2nd to 3rd and so on .. as long as request is valid ? -- View this message in context: http://camel.465427.n5.nabble.com/MDC-logging-f

MDC logging for different route

2016-12-20 Thread intelccdodemo
In my project there are different routes based on seda and EIP, what i want to achieve for each request log common identifier for trace-ability and debugging. I tried using MdcUnitOfWork like CustomUnitOfWork extends MdcUnitOfWork implements UnitOfWork and that gets created by CustomUnitOfWorkFa