Is there a spring and/or Java DSL way to conditionally wiretap? Example
would be if a header has one value, I'd like to wiretap to "direct:a", if
it has another value to "direct:b".  The only thing I can think of now is
to wiretap to "direct:determineWhereToWiretap", which includes a processor
on the route to actually check such a header value and route accordingly.

Reply via email to