...
After Queue Processor is enabled, you need to specify the following properties:
abpm.queue.processor.Concurrent.processes
Concurrent Process Size is the maximum number of process flows queue processor allows to be executed simultaneously.
abpm.queue.processor.reload.factor
Anchor | ||||
---|---|---|---|---|
|
Reload Factor specifies the threshold of number of process flows, which can be queued into Queue Processor memory. Once the number of process flows queued in to Queue Processor memory becomes less than Reload Factor, the Queue Processor looks for other process flows from database.
Anchor | ||||
---|---|---|---|---|
|
abpm.queue.processor.reload.count
Reload Count specifies the number of process flow, which is loaded in the Queue Process memory when the number of process flows queued in the Queue Processor memory becomes less than the Reload Factor.
...