Products | Versions |
---|---|
TIBCO iProcess Engine (SQL) | - |
Not Applicable | - |
Resolution:
Description:
============
EMS failover is supported for TIBCO iProcess IAPJMS by modifying the IAPJMSConnect.InitialURL value.
Environment:
============
All supported TIBCO iProcess Engine versions
All supported TIBCO EMS versions
Resolution:
==========
In the $SWDIR/etc/iapjms.properties file change the EMS URL in the property - ‘IAPJMSConnect.InitialURL’ as explained below -
If the Default Configuration for an EMS Server URL is -
tcp://<EMSServer1>:<PortNum1>
The EMS Server URL for a failover configuration is -
tcp://<EMSServer1>:<PortNum>, tcp://<EMSServer2>:<PortNum>
Where <EMSServer2> is the backup server.