Greetings,
Thanks in adavance,
Bill
--------------
JNBridge, LLC
www.jnbridge.com
If you have a DM container with the primary DS on host1 and a second DM container with the backup DS on host2, they each have Mgmt Brokers which are clustered (and you can connect to either broker any time via load balancing regardless of which FT DS is Active).
You probably want to set PROVIDER_URL to list both (i.e. "tcp://host1:2506,tcp://host2:2506") so that an initial connection will always work even if one of the DM containers or hosts is completely down.
But otherwise you are correct that if you are connected to the Mgmt Broker and primary DS on host1 and it crashes and the backup DS becomes active on host2, then your Fault Tolerant JNDI connection will transparently reconnect to the mgmt broker on host2.
Bruce