MBSET_DEQUEUE_TIMEOUT
Message and Mbox Processing Configuration
Summary
This attribute defines a time threshold (in milliseconds) for the duration of dequeuing a message from an Mbox set.
If the time for dequeuing the message is equal to or over the defined threshold, the dequeue operation keeps processing, and the time period of dequeuing the message will be logged in the sw_warn
file. If the time for dequeuing the message is less than the threshold, the dequeue operation will be processed and no log is written in the sw_warn
file.
Applies To
This attribute can be set for the BG
process.
Permissible Values
The attribute value must be one of the following:
Value |
Meaning |
n |
The timeout threshold, where |
Default Value
The attribute is assigned the following default value when iProcess Engine is installed.
Machine ID |
Process |
Instance |
Value |
0 |
BG |
0 |
200 |
Notes
If you set the value of the attribute to 0
, the time period of dequeuing a message will be logged in the sw_warn
file each time after dequeuing the message from an Mbox set. This may lead to an extremely large log file, since the log file records each time period of dequeuing messages, which may be problematic.