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