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.  Reliable delivery during system outage.

    Posted 01/01/08 07:44 PM

    Hi - we’re using WM broker to replace older middleware connecting two systems.

    This is the rough architecture:


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Reliable delivery during system outage.

    Posted 01/02/08 10:31 PM

    Hi - To achieve reliable delivery during outage, I ended up making the following settings changes for the trigger:
    Retry failure behaviour: ‘Suspend and retry later’
    Resource monitoring service: <db ‘ping’=“” query=“” service=“”>

    When I tested this by disabling the DB connection, and ran a testcase that generated a document, an entry for ‘Trigger Resource Monitor’ automatically appears under this IS screen:
    Server > Scheduler > View system tasks

    The ‘Server > Service Usage’ screen also showed the <db ‘ping’=“” query=“” service=“”> being automatically run. After re-enabling the DB connection, I verified that a document that had not reaching it earlier, was now properly inserted.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Reliable delivery during system outage.

    Posted 01/07/08 05:46 AM

    How about a “Join” from (sub) event and (ping) event of DB?

    Unless, both work out the model doesn’t process further?

    (Just another alternate)


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Reliable delivery during system outage.

    Posted 01/08/08 12:56 AM

    Thanks for the alternate idea. Interesting.

    … hmmm, isn’t the problem here though that the join will ‘consume’ the ping event, so that there will need to be one ping event per sub event?


    #Integration-Server-and-ESB
    #webMethods