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.  Host Services API

    Posted 07/02/09 12:02 PM

    Customer requires that Connection Pools be stopped/started at certain times of day, is there any API available to stop/start connection pools?


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: Host Services API

    Posted 07/02/09 12:28 PM

    Yes, you can use the ApplinX administrative web services API.
    Please refer to the “ApplinX Server Administration API” section in the ApplinX user guide manual, starts at page #307.


    #Mainframe-Integration
    #webMethods
    #ApplinX


  • 3.  RE: Host Services API

    Posted 07/02/09 04:50 PM

    This works quite well! I have exposed the Administrative API to wmIntegrationServer flows and use the IS scheduler to start and stop the connection pool. Another flow does a snapshop of the pool monitoring information every 5 minutes and writes the data out to a log.

    We did find it best to let ApplinX suspend the connection pool when the host service (CICS) was unavailable (in spite of the errors logged). The “start service” is run after CICS is scheduled to be back up, minimizing delays when the first request for the pool comes in each morning. However, since the pool is only suspended, if the “start service” did not work (e.g. CICS was late coming up that day or the scheduler was not available at the right time), the first request will still succeed, albeit a bit slowly. If we stopped the service (there is no option to suspend it from the API), then the start service has to run or all requests will fail.

    An option to suspend the connection pool(s) from the API would be a useful enhancement.


    #Mainframe-Integration
    #ApplinX
    #webMethods


  • 4.  RE: Host Services API

    Posted 07/07/09 09:47 AM

    Hi,
    These sounds like EP suggest to me… :slight_smile:
    We will discuss the relevance and urgency of it here.
    Thanks,
    Asaf


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 5.  RE: Host Services API

    Posted 07/07/09 02:24 PM

    Hi,
    Please open EP for this issue and it will be implemented.
    Thanks again,
    Asaf


    #ApplinX
    #webMethods
    #Mainframe-Integration