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.  How to get Hostname using ES

    Posted 01/07/03 07:30 PM

    How to get the broker hostname in ES. I need to get the hostname in the IC and have to make branch based on the hostname.

    Thanks,
    Muru


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


  • 2.  RE: How to get Hostname using ES

    Posted 01/08/03 05:18 PM

    In your IC, add a custom code step with the following:

    BrokerClient myClient = access.getClient();
    String myHostName = myClient.getBrokerHost();

    Look at the other API calls in /Program Files\webMethods\EnterpriseServer5\doc\java_api\index.html
    for additional info.

    HTH, Tom


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