Re: Trace from and to endpoints

2015-06-11 Thread Tim Dudgeon
I believe Camel tracks this automatically at the exchange level (assuming you are wanting this on a per-exchange basis). e.g. when you get an exception this information is written to the logs, so its already there. Try looking at the Exchange properties. Tim On 10/06/2015 16:51, rwijngaa wrote

Re: Trace from and to endpoints

2015-06-13 Thread Claus Ibsen
Hi See also the message history eip pattern On Wed, Jun 10, 2015 at 5:51 PM, rwijngaa wrote: > Hi, > > What would be the best way to gather the 'path' a camel route takes for an > audit log. > The way i see it i have at least 3 options: implement my own Tracer > (http://camel.apache.org/tracer.