Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Converted from version 'Adeptia_Connect_v4.0'.

...

Description

Enable Adeptia Suite Connect Clustering

Default Value

no

Possible Values

yes/no

Selection Criteria

If you want to enable clustering, set the value as yes. Otherwise, set the value as no. For detailed information about clustering, refer to Deploying Clustering section.

...

Description

Enable Adeptia SuiteConnect's Queue Processor Server

Default Value

Yes

Possible Values

yes/no

Selection Criteria

If you want to enable the Queue Processor, then set the value as yes. Otherwise, set value as no. Queue Processor is used to limit the number of concurrent running flows. When this property is set as no, then any number of process flows can run concurrently. For detailed information about Queue Processor, refer to Load Management section.

...

Description

Maximum number of Process Flows, Queue Processor should allow to execute

Default Value

5

Possible Values

Any positive integer

Selection Criteria

This property is used only when abpm.queue.processor.enable is set as yes. This property defines the maximum number of process flows that can run concurrently. You can define any positive integer, depending on the memory and processor available on server, where Adeptia Suite Connect is running. For detailed information about Queue Processor, refer to Load Management section.

 

abpm.queue.processor.reload.factor

Description

Reload Factor specifies the threshold of number of process flows, which can be loaded into Queue Processor memory. Once the number of process flows loaded in to Queue Processor memory becomes less than Reload Factor, the Queue Processor loads more queued process flows from its database into queue processor memory to execute them.

Default Value

20

Possible Values

Any number between 1 to 1000

Selection Criteria

This property is used only when abpm.queue.processor.enable is set as yes. Reload factor should be at least twice of the abpm.queue.processor.concurrent.processes. For detailed information about Queue Processor, refer to Load Management section.


abpm.queue.processor.job.restartwithoutRecoveryInfo

Description

Specifies whether to restart the execution of an incomplete Process Flow, even if recovery information for that Process Flow is not available.

Default Value

no

Possible Values

yes/no

Selection Criteria

If yes, Queue Processor will recover and restart the execution of an incomplete Process Flow right from the beginning, in case of unexpected shut down of the kernel. If no, Queue Processor will not restart the execution of an incomplete Process Flow. For detailed information about how recovery works, refer to the Recovery section of Developer's Guide.