Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

By default, Queue Processor is disabled. To enable the Queue Processor, change the value of the property abpm.queue.processor.enable from no to yes. To know how to change the property, refer to the section Updating Adeptia Suite Properties.

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

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.
 
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.
 

By Default, Concurrent Processes Size is set to 50 and Reload Factor is set to 100. To change the Concurrent Processes Size and Reload Factor, refer to the section Updating Adeptia Suite Properties.

 

  • No labels