Call UM cluster on using a single IP address and port

Hello ,
is it possible to call UM cluster using a single IP address and port
If so how, thank you

Best Regards
Adil

Hi Adil,

You are suppose to call the UM cluster in the comma separated or semi colon .

nsp://host:port,nsp://host:port,nsp://host:port

or 

nsp://host:port;nsp://host:port;nsp://host:port

if you call with the single IP address it will reach only the particular UM not the clustered instance.

Regards,
Dinesh

You can always call UM with any of its single IP using nsp format (nsp://:). However you client (Java client, webMethods connection etc) will try to connect to that ip for JNDI lookup only. So for JNDI lookup purposes, that node has to be reacheable always. Once your client get the lookup, it will automatically fetch all the ips in the cluster using connection factories, and will use appropriate master to connect and send receive messages.

If you use comma seperated values of UM server endpoints, your client polls on each ip one by one until it connects to any one of the ip.

Hope this explains.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.