Re: Wiretap filter

2010-04-15 Thread Danny Kruitbosch
Danny Claus Ibsen-2 wrote: > > On Wed, Feb 10, 2010 at 10:39 AM, Danny Kruitbosch > wrote: >> >> Hi, >> >> I've been looking into the new wiretap in Camel 2.x and I have some >> questions about it. (Actually using camel in servicemix 4) >> I wan

Re: Wiretap filter

2010-02-10 Thread Danny Kruitbosch
Hi Claus, Thanks for the hint, this seems to be what I'm looking for. As I understand correctly I can add any kind of processing and filtering into the onComplete part of my route so I can even do my xslt transforms before sending the payload to it's destination which is great. Da

Wiretap filter

2010-02-10 Thread Danny Kruitbosch
Hi, I've been looking into the new wiretap in Camel 2.x and I have some questions about it. (Actually using camel in servicemix 4) I want to use it to tap the response of a request/reply web service so I'm not at all interested in the request. 1) Will the wiretap "catch" both the request and resp