Re: Help with JMX client to monitor/manage camel routes,processors etc

2012-08-23 Thread Willem jiang
ion e) { > e.printStackTrace(); > } > > try { > mbeanProxy.suspend(); > System.out.println("###### Route suspended ######"); > Thread.sleep(3); > mbeanProxy.resume(); > System.out.println("## Route resumed ##"); > } catch (Exception e) { > e.printStackTrace(); > } > } catch (IOException e) { > e.printStackTrace(); > } > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Help-with-JMX-client-to-monitor-manage-camel-routes-processors-etc-tp5717967.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Help with JMX client to monitor/manage camel routes,processors etc

2012-08-23 Thread dmhatre
e.printStackTrace(); } } catch (IOException e) { e.printStackTrace(); } -- View this message in context: http://camel.465427.n5.nabble.com/Help-with-JMX-client-to-monitor-manage-camel-routes-processors-etc-tp5717967.html Sent from the Camel - Users mailing list archive at Nabble.com.