Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Oracle Tuxedo | - |
Not Applicable | - |
Description:
Tuxedo supports both load balancing and fault tolerance by setting the environment variable, "WSNADDR" in a different syntax. TIBCO ActiveMatrix Adapter for Tuxedo, as a client to Tuxedo Server, will set WSNADDR for you after reading "tibco.env.WSNADDR" in the adtuxedo_home\bin\ adtuxedo_wrkstn.tra file, to support this feature.
To enable load balancing between host1 and host2, you can use the following syntax in the adtuxedo_wrkstn.tra file:
tibco.env.WSNADDR = (//host1:port1|//host2:port2)
To enable fault tolerance between host1 and host2, you can use the following syntax in the adtuxedo_wrkstn.tra file:
tibco.env.WSNADDR = //host1:port1, //host2:port2