Re: camel tracing !!

2010-06-14 Thread rguigsaad
Problem Solved !! intercept().to("jms:trace"); -- View this message in context: http://old.nabble.com/camel-tracing-%21%21-tp28879854p28880082.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel tracing !!

2010-06-14 Thread rguigsaad
I want to trace the exchanges to a JMS queue but what I got is only the headers! My code is : Tracer tracer = new Tracer(); tracer.setDestinationUri("jms:trace"); tracer.setTraceOutExchanges(true); DefaultTraceFormatter formatte

Re: console for Fuse ESB

2010-04-07 Thread rguigsaad
Thank you, Is there any way to know , which message out corresponds to which message In. Is there any thing (header/id..) that remains the same in a message? regards. -- View this message in context: http://old.nabble.com/console-for-Fuse-ESB-tp28149718p28161729.html Sent from the Camel - Users

console for Fuse ESB

2010-04-06 Thread rguigsaad
Hi Everyone, I'am working on a console for Fuse ESB, could you please tell me what is the best way to intercept feeds and process them? I want to be able to get the exhange message and also get information about averages and rates without intefering with the feeds program. Thank you! -- View this