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

    Posted 02/05/08 04:52 AM

    hi
    I’m working for migration proj,in this we’re migrated our code into 4.x to 6.1 using upgrade utility,now we are imported those packages into 6.5.

    In one of the java service having this code:

    // — ( Manual Task: Convert EI Java code )—
    //
    // generateAppIdMethod$out out = new generateAppIdMethod$out();
    // out.app_id = brokerClient.getClientId();
    // return out;
    //
    // IDataCursor pipelineCursor_1 = pipeline.getCursor();
    // IDataUtil.put( pipelineCursor_1, “app_id”, app_id );
    // pipelineCursor_1.destroy();

    for this code what i’ve to do.
    are there packages to import or any changes in the code.
    It has no inputs, only the ouput is app_id.
    I never used broker API, plz give me the solution for this.

    Thanks


    #broker
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: brokerClientId

    Posted 03/26/08 08:26 AM

    Hi Raghu,
    try to refer to the Broker API where u can find all the classes and interfaces realted to Broker. I think brokerClient class has been explained in detail with all its submethods and their functionalities.

    Fany


    #broker
    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 3.  RE: brokerClientId

    Posted 03/26/08 05:56 PM

    IMO, the integration should be refactored to eliminate the use of the broker client ID as the app_id. If app_id is needed for some purpose it should be created/managed using some mechanism other than the broker client ID.


    #Universal-Messaging-Broker
    #broker
    #webMethods
    #Integration-Server-and-ESB