The thought occurred to me that I could use a wiretap on a route to send an exchange both to the original destination and to a route that logs what is happening.
The "logger" route would start with a sampler to reduce the logging output. However, if the wiretap thread pool is full, wiretap would call the "logger" route synchronously, according to "Wiretap Thread Pool" here: http://camel.apache.org/wire-tap.html Doesn't that infer that with a sampler, some exchanges might not eventually reach their original destination? Or do I have my mental image of things incorrect? Thanks, James
