Connection Settings
(1) The number of attempts Lobster_data should make to deliver the data. If the last attempt to deliver the data failed, then the Response Route is considered as failed (error state) and no further attempt is made.
(2) If an attempt fails, Lobster_data waits the specified number of seconds before attempting to retry.
Note: If (1) or (2) have the value -1, the default value in configuration file ./etc/startup.xml is used instead.
...
<!-- try n times to service response before giving up (ftp, etc .) -->
<
Set
name
=
"maxRetries"
>5</
Set
>
<!-- wait for x seconds before retrying response by ftp, etc . -->
<
Set
name
=
"retryInterval"
>30</
Set
>
...
(3) Specifies the maximum time that Lobster_data waits for the answer from the remote station (timeout in seconds). If there is no response within the specified period of time, the Response Route is put into the error state and no further attempt is made. If, after the expiry of the waiting time, the remote station sends a positive acknowledgement, the Response Route remains in the error state. The timeout is independent of (1) and (2) and the timeout does not determine how long to wait for a single attempt (2).
Note: The following distinction is made in Response Route HTTP(S).
Timeout is set: This value is used.
Timeout is not set or <=0: The following value calculated from the transfer volume is used: (<amount of data in bytes>/16000)+90