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.  Comparison

    Posted Mon December 04, 2017 02:20 AM

    Hi All,

    Can anyone help me understand the advantages of using webServices over pub sub model(triggers and brokers)

    Thanks in advance


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 2.  RE: Comparison

    Posted Mon December 11, 2017 08:59 AM

    In simple terms, webService calls are synchronous (except SOAP over JMS). Pub sub model is asynchronous.

    When you execute something synchronously, you wait for it to finish before moving on to another task. When you execute something asynchronously, you can move on to another task before it finishes.


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 3.  RE: Comparison

    Posted Mon December 11, 2017 02:00 PM

    In Continuing to the above terms,

    WebServices – (more of real time specific) via SOAP/Rest/HTTPS based. (B2B)

    Pub/sub – (can be async (publish and forget) or sync (request/reply) with in EAI/messaging terms

    Both has its own advantages.

    So based on the design requirements dictate you can choose both or one in your interface needs.

    HTH,
    RMG


    #webMethods
    #edi
    #Integration-Server-and-ESB