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

Re: console for Fuse ESB

2010-04-06 Thread Willem Jiang
Hi, You are facing the issue which relates to Fuse ESB or Apache ServiceMix. I don't think Camel can help you to intercept the exchange message unless you are using JBI endpoint to route the message within Camel. Willem rguigsaad wrote: Hi Everyone, I'am working on a console fo

Re: console for Fuse ESB

2010-04-06 Thread Aleksey Masny
I extended Felix Caraf console, over JMX connection. -- View this message in context: http://old.nabble.com/console-for-Fuse-ESB-tp28149718p28152851.html Sent from the Camel - Users mailing list archive at Nabble.com.

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! --