Hi, I am facing slow performance on an Interceptor processor. This is because the interceptor is used to log messages at every step. The interceptor is initialized using DelegateAsyncProcessor(Processor) and adding it to CamelContext.AddInterceptStrategy.
Questions 1. Does using DelegateAsyncProcessor mean the processor will be executed asynchronously on a separate thread? 2. Is understanding right in the following statement. "If the intercept is being processed asynchronously, it will still wait for all the async processors to complete before completing the Exchange" Thanks, Brian -- View this message in context: http://camel.465427.n5.nabble.com/Processing-Asynchronous-Interceptors-tp5738810.html Sent from the Camel Development mailing list archive at Nabble.com.