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

WebMethods for realtime data to Batch conversion

  • 1.  WebMethods for realtime data to Batch conversion

    Posted Tue June 10, 2003 07:02 PM

    Hi,
    We are planning to use webMethods for converting real-time data to batch. Source system sends the data in real-time and target system prefers data to be sent in batch. What is the best way to do it? We want to bunch messages based on time duration via configuration file?? What would be best approach in terms of performance and maintenance?

    Possibilities we have come across includes :

    1>storing data in file or database and then bunching into a batch data and then send it to the target system.
    2> Use thread to thread communication to bunch data as each service request is invoked in new thread.

    I would really appreciate if somebody can put some insight into to the problem… Thanks for your help.


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


  • 2.  RE: WebMethods for realtime data to Batch conversion

    Posted Tue June 10, 2003 08:31 PM

    If you have TN along with webMethods IS, I would make use of it to do batching. It is much more flexible.

    If not, I will use your choice (1) as there is some amount of guaranteed delivery associated with it.


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


  • 3.  RE: WebMethods for realtime data to Batch conversion

    Posted Wed June 11, 2003 12:02 AM

    If you use Trading Networks you can queue documents that can be sent in a batch according to a predefined schedule. The queued documents are stored in the TN database and the processed based on the batch schedule.


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