Thanks Claus!
For now, as a workaround (i'm stuck at camel 2.12 for the moment),
i do something like the thing below in my wiretap :
.process(new Processor() {
@Override
public void process(Exchange exchange) throws Exception {
// some trick to get the correct endpoint
EventHelper.notifyExchangeSent(exchange.getContext(), exchange,
endpoint, 1000);
}
});
--
View this message in context:
http://camel.465427.n5.nabble.com/Wiretap-not-firing-events-tp5765760p5765769.html
Sent from the Camel - Users mailing list archive at Nabble.com.