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).
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.