Parameter
|
Description
|
---|---|
queue_run_delay
|
Determines the time between deferred queue
scans by the queue manager.
This time should be less than
or equal to the minimal_backoff_time setting.
|
minimal_backoff_time
|
Determines the minimum time between attempts
to deliver a deferred message. When a message is first placed in
the deferred queue, the value of this setting is what determines
when the first attempt to redeliver the message is made.
This
time should be equal to or greater than the queue_run_delay setting.
|
maximal_backoff_time
|
Determines the maximum time between attempts
to deliver a message. The time between each attempt to deliver a deferred
message will grow exponentially until it reaches the value in this
setting.
The attempted deliveries are repeated at this value
until the maximal_queue_lifetime is reached.
|
maximal_queue_lifetime
|
Determines the message life time in the deferred
queue. Once the this lifetime expires, messages in the deferred
queue are returned to the sender with an "undelivered" notice.
|