1 Reply Latest reply on Jul 21, 2009 6:14 AM by kconner

    Action at service startup

      hi everybody, i have a problem.
      I'm using jboss esb server, with several services. I want that each service, at its startup, so when I add it at the application server, fires an automatic action.

      It is possible? how can i do this?

      Thank you


        • 1. Re: Action at service startup
          kconner

          I assume you mean when the pipeline is initialised, which would occur once the deployment dependencies have been resolved and the deployment is started.

          If this is the case then you should be able to use the action lifecycle methods to achieve this. Take a look at ActionLifecycle.

          Kev