Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | 6.x |
connect_attempt_count = 20 connect_attempt_delay = 2000 connect_attempt_timeout = 20000 reconnect_attempt_count = 30 reconnect_attempt_delay = 3000 reconnect_attempt_timeout = 30000
These properties will then be applied to all Clients using a particular Connection Factory.
If you need to overwrite these settings for BW AppNode, or if you are using a direct connection to EMS Server, re-connection parameters can be set on the client-side.
com.tibco.tibjms.connect.attempts=nn,mmmm com.tibco.tibjms.connect.attempt.timeout=xxxx com.tibco.tibjms.reconnect.attempts=nn,mmmm com.tibco.tibjms.reconnect.attempt.timeout=xxxxWhere comma separated values nn,mmmm stands for respectively: attempt_count,attempt_delay