webMethods

webMethods

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

Connecting to UM Realm in clustered environment

  • 1.  Connecting to UM Realm in clustered environment

    Posted Sun March 08, 2020 05:00 AM

    Hi,

    I have a clustered environment where 3 UM nodes are in cluster. I need to get the event count for UM Queue/Channel. when I pass one of UM node, my java service is working fine. But in case of cluster, I am not able to create session. Can anyone please let me know if below code is correct. Basically I want if one of node is down, It should connect to other active node.

    String RNAME={“nsp://127.0.0.1:9000,nsp://127.0.0.1:9010,nsp://127.0.0.1:9020”};
    nSessionAttributes nsa=new nSessionAttributes(RNAME);


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


  • 2.  RE: Connecting to UM Realm in clustered environment

    Posted Sat September 05, 2020 04:20 AM

    can you check the same behaviour from an IS flow service? Use the (default) UM connection and give it a try.See that you have all 3 realms in the connection. Also refer the UM client API documentation.

    -M


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