IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Alternative to using startup services on a package

    Posted 01/27/15 11:23 PM

    Is there an alternative to using Startup Services on a package?

    What we have is the need to execute a service in a package when the IS is started, however this service takes almost 2 minutes to execute which delays the IS in finishing the startup until this is complete.

    Is there any other alternative to kicking off a service once the IS is fully started rather than during the startup?

    thanks, Diane


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Alternative to using startup services on a package

    Posted 01/28/15 04:22 AM

    Not sure if this is a right idea, how about invoking a service thought unix/linux script or curl script. As soon as the IS is up and running launch the script so that i will invoke your service as a startup.

    And also invoking the service through a scheduler will meet your requirement or not, but just a thought.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Alternative to using startup services on a package

    Posted 01/28/15 03:24 PM

    Yes both the above designs should work and for any thing IS has to be fully up and running before it invokes the startup services.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Alternative to using startup services on a package

    Posted 01/29/15 03:52 PM

    If you want the service to run on start up without holding anything else up, just invoke it in a separate thread using Service.doThreadInvoke.


    #Integration-Server-and-ESB
    #webMethods