JNDI Provider Alias - configure multiple urls in Provider URL

I have two Webspher JMS servers, trying to configure them as comma separated list but I am getting Malformed URL exception. How can I achieve this?

Eg: iiop://server1:10000,iiop://server2:10000

Thanks in advance.

Hi Meher

Servers separated by comma syntax is correct or not?

Support of the delimited provider URL list depends on the JNDI provider itself. For example: WebLogic, UM supports the comma delimted provider URL list. So, it is not upto the client to setup as delimited list or not.
However, if you are trying to do this to achieve fail-over, then you can use “Provider URL Failover List” while configuring your JNDI on IS.