MULE lifecycle - how to hook into startup process

Posted by prule on Stack Overflow See other posts from Stack Overflow or by prule
Published on 2009-08-13T03:36:25Z Indexed on 2010/05/31 13:42 UTC
Read the original article Hit count: 256

Filed under:

I would like to be able to create some directories after Mule has started, but before it starts any other services.

I started looking into notifications but I'm not sure if that is the right place to do it. I will need access to the spring beans so it would have to be after spring init, but before any of the connectors and other processes kick off.

http://www.mulesource.org/display/MULE2USER/Mule+Server+Notifications

Thanks.

© Stack Overflow or respective owner

Related posts about mule