I am going to construct a control layer on top of ServiceMix, that will interface with a web gui through a REST api. The idea being that I can stop / start / add routes in Camel through my web page when it is all done.
My current idea for the overall program flow. ServiceMix <-> Control layer through JMX. >From what I have been able to gather, JMX is the way to go when interfacing with the ServiceMix instance. I have made a small POC, where I connect to the MBeanServer and create Proxy MBeans for the functionality I want, Routes, Components etc. Is JMX the right way to go here? Is there any other way to programmatically interface with ServiceMix. I just want to be sure before I go into development. Thank you in advance. -- View this message in context: http://servicemix.396122.n5.nabble.com/Building-an-external-control-layer-is-JMX-the-right-choice-for-interfacing-and-monitoring-ServiceMix-tp5718933.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
