Re: Context Monitoring

2011-04-28 Thread Xavier Coulon
Thanks for those answers. I'll look at the book and at the blog articles. Best regards, Xavier On Thu, Apr 28, 2011 at 6:24 PM, boday wrote: > also, here are 2 blog posts about remote Camel/AMQ monitoring with JMX...I > used this approach to build a JSP/JQuery based monitoring console for a > cl

Re: Context Monitoring

2011-04-28 Thread boday
also, here are 2 blog posts about remote Camel/AMQ monitoring with JMX...I used this approach to build a JSP/JQuery based monitoring console for a client. http://benoday.blogspot.com/2010/08/managing-camel-routes-with-jmx-apis.html http://benoday.blogspot.com/2010/08/monitoring-and-managing-active

Re: Context Monitoring

2011-04-28 Thread Claus Ibsen
Hi There are many unit tests in camel-core in the org.apache.camel.management package that shows how to grab stats using JMX. You can also use a custom EventNotifier to gather the stats. http://camel.apache.org/eventnotifier-to-log-details-about-all-sent-exchanges.html If you got the Camel book,

Re: Context Monitoring

2011-04-28 Thread David Karlsen
Could this be something: http://www.infoq.com/news/2008/06/orbitz-opensource-erma ? Been wondering about the same myself. 2011/4/28 Xavier Coulon > Hello, > > We are building a data integration solution (kinda ETL) with Camel, and we > need to monitor the whole processing. Especially, some cus