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
- countext/route status (started, stopped, ...)
- queue sizes
- ...

So if you already have a monitoring tool you are familiar with (e.g,
Nagios, Hyperic, ...), you can easily monitor Camel with these tools.
Otherwise, write a batch/shell script which call the JMX beans and check
the values. We are doing this and we use [1].

[1] http://crawler.archive.org/cmdline-jmxclient/

Best,
Christian


On Wed, Apr 4, 2012 at 10:48 PM, Vincent Nonnenmacher <
vincent.nonnenmac...@gmail.com> wrote:

> 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 <josephoto...@gmail.com> wrote:
>
> > Hi
> >
> > We are planning on using Camel for a large scale, real-time, critical
> > system.
> >
> > We are investigating which tools (opensource and vendor) are available to
> > view the usage patterns of our routes - volumes of messages etc, identify
> > bottlenecks in our routes etc
> >
> > Just wondering if anybody could recommend any tools?
> >
> > Thanks
> > Joe
> >
> > --
> > View this message in context:
> >
> http://camel.465427.n5.nabble.com/Camel-Monitoring-Tool-tp5618301p5618301.html
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
>

Reply via email to