I have a component that retrieves data from another datasource and persists that into my database. This component only needs to run once-in-a-while when I get notification that there is data. Hence I do not want this component started/running when deployed until I tell it to do so, and want to be able to stop this component at any time. I was thinking of using JConsole to administer this component's lifecycle but am not sure if this is the right way of doing things with SMX. I know I can start/stop the component in the MBeans of JConsole but don't know how to not start it when deployed. Any ideas or suggestions would be appreciated. Thanks in advance.
-los -- View this message in context: http://www.nabble.com/Deploying-component-that-won%27t-start-until-told-to-tf3077650s12049.html#a8550377 Sent from the ServiceMix - User mailing list archive at Nabble.com.
