On Fri, Dec 16, 2011 at 2:05 PM, Omar Atia <omar.a...@its.ws> wrote:
> Dear All,
>
> Please let me know if we have more statistics like the one using Java console 
> , I need to know which exchange id has failed , shall I enable tracing in 
> camel to do that ? I need graphical user interface.
>

You got the stats what the jconsole shows.
You can use the event notifier as well which emits events, such as
when an exchange have failed. Then you can grab the exchange id, and
do whatever you want.

For GUI tools then there is many commercial vendors which offers
monitoring tooling. There is also some open source tools such as
nagios and whatnot.


> Is there any statistical console like Java console to enable this and give me 
> more statistical information .
>

Camel offers JMX to gain access to stats.
There is a camel-web component which offers a REST API, but it does
not offer as many stats as JMX.

> I need to have more power and monitoring to make performance testing using 
> Camel and apache Open source projects (CXF ,spring etc...)..
>



> Thanks,
> Omar Atia
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to