How to set the reconnect attempt count for the notification server when there is no such field given in the Admin GUI.

book

Article ID: KB0086547

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Service Grid -
TIBCO ActiveMatrix BusinessWorks Service Engine -
Not Applicable -

Description

Resolution:
There is no reconnect attempt count field defined for the notification server. The actual implementation of the reconnect count for the notification server is as follows.


"Reconnect count =  Recovery Timeout/ Recovery Attempt Delay"

If you want to set the reconnect count to 60, then you can set the values for the recovery timeout and delay as:

Recovery Timeout: 60000 (ms)
Recovery Delay: 1000 (ms)

Issue/Introduction

How to set the reconnect attempt count for the notification server when there is no such field given in the Admin GUI.