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.

 View Only
  • 1.  WMServer API

    Posted Thu February 19, 2009 07:48 AM

    We are using Server API(do.invoke()) to invoke JMS services to puts a message.

    The do.invoke is take more time than the direct service call and also some time the service is hanging without releasing the thread.

    Please share your valuable comment(s) on the same.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: WMServer API

    Posted Wed April 01, 2009 07:58 PM

    Depending on the version you are running, there are two ‘recommended’ options:

    6.x - Use the JMS adapter
    7.x - JMS is native to IS and Broker

    If either of these is not an option, simply write the JMS client invocation in a Java service and avoid doInvoke().

    Chris


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB