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)