Configuring the Individual Load Capacity

This configuration applies to all the nodes (Members) deployed, but you can individually define the load capacity per each process component.

Note: If you do not include all the process components, then those process components will use the value from the Default Load Capacity configuration.

Procedure

  • Open the file $AF_HOME/roles/configurator/standalone/config/ProcessComponent.props and add the following two properties per each process component:
    <Process Component ID>.destination.name=<Queue Name>
    <Process Component ID>.loadcapacity=<Number>
    • Process Component ID = PlanFragment ID
    • Queue Name = Queue name for the PlanItemExecuteRequest
    • Event Number = Load capacity for this process component
    Example:
    NameSimplePCProvide.destination.name=tibco.aff.orchestrator.planItem.NameSimplePCProvide.execute.request NameSimplePCProvide.loadCapacity=7