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

Executing a service Syncronously vs Asyncronously in TN

  • 1.  Executing a service Syncronously vs Asyncronously in TN

    Posted 06/25/04 08:07 AM

    could someone help in finding out what exactly is the difference between executing a service syncronously and executing a service
    asyncronously? what change would i observe If i set in my processing rule to execute a service syncronously and if i set in my processing rule to execute a service asyncronously? could someone explain me in detial? which is better?

    Thank You,
    Sridhar


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Executing a service Syncronously vs Asyncronously in TN

    Posted 06/25/04 02:58 PM

    Sridhar,

    If you select ProcessingAction Executing a Server:Synchronous mode then for each request it will wait for a response until the target sends back.so this mechanism can be used in the Request/Response scenarios.

    Executing a Server:aSynchronous mode then for each request it won’t need to wait for a response and can be sent at any later point of time.

    Decide on what ever your requirement expects

    HTH,


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods