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.  Context Java Classes

    Posted Fri January 09, 2004 09:29 PM

    Hi,
    Anyone please tell me, what is the difference between invoking services via the methods in the Context and TContext classes in the webMethods Java API.

    Thanks


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Context Java Classes

    Posted Fri January 09, 2004 10:15 PM

    TContext lets use utilize the guaranteed delivery mechanism in webMethods 4.x+, synonymous to the pub.remote.gd:* services for flows.

    Eric


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Context Java Classes

    Posted Thu January 15, 2004 05:00 AM

    TContext is using guranteed delivery feature of WM and will require some disk IO on the client side it will write files on your client machine to acomplish the task. This wil automatically retry the delivery if it failed. Also because of this TContext is very very slow porcess as compared to Context or HTTP. Unless you have some really strong requirements to use this guranteed elivery I would avoid it. Use Context instead it is using HTTP protocol for transport and you can get good performance out of it if needed.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Context Java Classes

    Posted Thu January 15, 2004 03:00 PM