The parameters related to message retry are:
OutboundConnectionFailureRetryInterval : This parameter sets the interval for subsequent
connection attempts to a remote server. The default value for Hub Transport servers is 10
minutes, and 30 minutes on an Edge Transport server. The value is a type time span, which has
the syntax hh:mm:ss. The hours are hh, the minutes are mm, and the seconds are ss. The valid
range is 00:00:01 to 20:00:00.
TransientFailureRetryCount : This parameter defines the maximum number of immediate
connection retries when the Hub Transport first has a connection failure. The default value is six
attempts, and is configurable from 0 to 15. After the TransientFailureRetryCount limit is
reached, the next connection attempt is determined by the OutboundConnectionFailure-
RetryInterval parameter.
TransientFailureRetryInterval : This parameter defines the time interval for subsequent
attempts during the TransientFailureRetryCount period. The default is 5 minutes on a Hub
Transport server, and 10 minutes on an Edge server. The value is a type time span, which has the
syntax hh:mm:ss. The hours are hh, the minutes are mm, and the seconds are ss. The valid range
for TransientFailureRetryInterval is 00:00:01 to 12:00:00.
MessageExpirationTimeout : This parameter specifies the maximum time a message can be
queued.
Pages:
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443