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.  Need inputs in improving performance

    Posted 06/21/18 06:04 AM

    Hello Team,

    Need to improve performance of my service.

    We are calling a particular client using pub.client:http BIS by passing input arguments. One of the few input arg’s are maxKeepAliveConnections:2, keepAliveTimeout:6100 and newSession:no. What assistance I need is
    minimize connection re-establishment than using the new connection so that I can get more performance of my service. Can see performance bottle-neck with above settings.

    Thanks for your help.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Need inputs in improving performance

    Posted 06/22/18 01:23 AM

    We have used client http for many of our integrations and we use the default settings set at IS

    Below is our setting, you can try with this if it helps.
    watt.net.clientKeepaliveTimeout=60
    watt.net.timeout=900


    #Integration-Server-and-ESB
    #webMethods