Hi: Camel support user to define custom InterceptStrategy; But the exchanged processed by the custom interceptor's cannot be logged by Camel's Tracer. This is because camel always wrap tracer before wrapping the custom interceptors; Maybe camel should wrap tracer after the custom interceptors;
- Camel log() and log4j MDC damianharvey
- Re: Camel log() and log4j MDC Claus Ibsen
- Customed Interceptor's message cannot be traced ext2