Re: Camel Monitoring Tool

2012-11-22 Thread Bilgin Ibryam
I've also blogged recently about monitoring Camel applications with JMX and Amazon CloudWatch: http://www.ofbizian.com/2012/11/monitoring-camel-applications-on-cloud.html Cheers Bilgin On 22/11/2012, Preben.Asmussen wrote: > I developed a custom monitoring solution where that uses route jmx sta

Re: Camel Monitoring Tool

2012-11-22 Thread Preben.Asmussen
I developed a custom monitoring solution where that uses route jmx stats. to report the health of a route by looking af completed and failed exchanges. The solution is generalized, so that you can configure which routes should be monitored by route name. Route stats. are not always enough though

Re: Camel Monitoring Tool

2012-11-21 Thread Lars-Erik Helander
:tosh...@gmail.com] >> Sent: Wednesday, November 21, 2012 12:02 PM >> To: users@camel.apache.org >> Subject: Re: Camel Monitoring Tool >> >> Hi All, >> >> I have different set of requirement for monitoring, as we have route will >> will always be

Re: Camel Monitoring Tool

2012-11-21 Thread Claus Ibsen
using REST API. Chapter 12 in the Camel in Action book covers about monitoring Camel and gives some advice and examples. > -Original Message- > From: tosheer [mailto:tosh...@gmail.com] > Sent: Wednesday, November 21, 2012 12:02 PM > To: users@camel.apache.org > Subject: Re: Ca

RE: Camel Monitoring Tool

2012-11-21 Thread Ramkumar.Iyer
...@gmail.com] Sent: Wednesday, November 21, 2012 12:02 PM To: users@camel.apache.org Subject: Re: Camel Monitoring Tool Hi All, I have different set of requirement for monitoring, as we have route will will always be running and has a timer/Quartz based trigger which goes off after few seconds

Re: Camel Monitoring Tool

2012-11-21 Thread Claus Ibsen
On Wed, Nov 21, 2012 at 7:31 AM, tosheer wrote: > Hi All, > > I have different set of requirement for monitoring, as we have route will > will always be running and has a timer/Quartz based trigger which goes off > after few seconds. Can you also please guide us how we can monitore this > timer/Qu

Re: Camel Monitoring Tool

2012-11-20 Thread tosheer
Hi All, I have different set of requirement for monitoring, as we have route will will always be running and has a timer/Quartz based trigger which goes off after few seconds. Can you also please guide us how we can monitore this timer/Quartz based activity. Also we are facing issue in which came

Re: Camel Monitoring Tool

2012-04-05 Thread Claus Ibsen
Hi Apache Camel offers details as JMX stats. And some as REST (see camel-web). But JMX is the most elaborate and has the most data. And of course there is also the logs as well. Any 3rd party tool which can work with JMX can then monitor Camel. Such tools could be: Nagios, Hyperic, IBM Tivoli, HP

Re: Camel Monitoring Tool

2012-04-05 Thread Christian Schneider
I don´t know exactly how the fuse hyperic integration works but I guess it is probably the same as at Talend. We also offer a Hyperic integration which is just a Hyperic plugin that discovers the camel jmx beans. So it is just for convenience. All the monitoring data is already offered by the c

Re: Camel Monitoring Tool

2012-04-04 Thread Vincent Nonnenmacher
I made a mistake I should have mentioned Fuse IDE that have a 'monitor' route mechanism but I only saw that on their screencast (never used it). You can use the JMX probes inside Camel an for example JConsole even with your instrumented process beans to monitor whatever you want and monitor stand

Re: Camel Monitoring Tool

2012-04-04 Thread Jason Chaffee
They have FuseHQ which I believe is based off Hyperic, but I am not sure if it truly has any extra benefits over Hyperic and Apache Camel. Jason On Apr 4, 2012, at 2:24 PM, "Christian Müller" wrote: > Fuse Mediation Router is a distribution of Apache Camel from FuseSource. It > doesn't have a

Re: Camel Monitoring Tool

2012-04-04 Thread Christian Müller
Fuse Mediation Router is a distribution of Apache Camel from FuseSource. It doesn't have additional monitoring capabilities as I know. But Apache Camel (and Apache ActiveMQ too) expose many data via JMX. So you can watch e.g. - min/max/mean time of route execution - failed/success route executions

Re: Camel Monitoring Tool

2012-04-04 Thread Vincent Nonnenmacher
you can use the camel fuse mediation router that I think have monitoring/debug tool here : http://fusesource.com/products/enterprise-camel/ and as a side effect use their service has main committers on Camel work here ;-) (not affiliated with them !) On Wed, Apr 4, 2012 at 6:19 PM, gilboy wro