webMethods

webMethods

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
Expand all | Collapse all

How to implement Synchronization in webMethods Flow Service.?

  • 1.  How to implement Synchronization in webMethods Flow Service.?

    Posted Tue February 18, 2014 08:42 AM

    How to implement Synchronization in webMethods Flow Service.?


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How to implement Synchronization in webMethods Flow Service.?

    Posted Tue February 18, 2014 04:36 PM

    what exactly you want to do here? pls elaborate.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: How to implement Synchronization in webMethods Flow Service.?

    Posted Wed February 19, 2014 05:24 AM

    I have a flow service which takes 10 sec to complete the execution. If i create 4 jobs and run simultaneously it has to process one by one by executing one request at a time, and the next request has to wait until the completion of previous request.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 4.  RE: How to implement Synchronization in webMethods Flow Service.?

    Posted Wed February 19, 2014 11:06 AM

    you can use queuing provided in WM. publish these documents to the queue. Since you want to do them sequentially, only allow single client tread to read from the queue.
    HTH,


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB