Re: Invoke Camel Backlog Tracer

2017-12-20 Thread Joery Vreijsen
Thanks, i believe it is working now. Unfortunately i don’t think logging to log files will do it for me. My goal is to create an api endpoint that can retrieve the traced messages from the Backlog Queue. In the api endpoint i have access to the Camel Context (and thus the backlogTracer), but i’m

Re: Invoke Camel Backlog Tracer

2017-12-20 Thread Claus Ibsen
Hi Replying again as there may be an issue with Joery seeing the mails from here If you just want to have tracing to log files, then using "trace=true" in is not deprecated and you can use that. On Tue, Dec 19, 2017 at 5:09 PM, Joery Vreijsen wrote: > Hi There! > > First of all this is my firs

Re: Invoke Camel Backlog Tracer

2017-12-19 Thread Claus Ibsen
Hi If you just want to have tracing to log files, then using "trace=true" in is not deprecated and you can use that. On Tue, Dec 19, 2017 at 5:09 PM, Joery Vreijsen wrote: > Hi There! > > First of all this is my first time posting in the the mailing list, so > any feedback is appreciated. > >