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.  delay service

    Posted Wed August 27, 2008 08:14 AM

    Hi
    i need information on delay process for 1 min.
    Am using asynchronous process and when i want to send client at that I want to wait that process for i min
    then only it has to reach client
    Is there any flow/java service or another solution ?
    please help me

    Thanks in advance


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


  • 2.  RE: delay service

    Posted Wed August 27, 2008 09:47 AM

    You can call PSUtilities.misc:sleep service of PS utilities which takes input as the time in millisecond. This service calls Thread.sleep() which stops the thread for the input time.

    Jiten


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