RUNNING_MAXIMUM - UBROKER Component Definition option
Description
The RUNNING_MAXIMUM option specifies the maximum number of this component that can run simultaneously.
If this maximum number is reached, any command received to start the component is rejected.
Note
RUNNING_MAXIMUM is optional in a component definition.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Component Definition Keyword | running_max maximum |
Values
maximum is the maximum number of this component that can run simultaneously.
Default is 100.
Note
If you specify 0 for maximum, the default (100) will be used. To use 0 for the maximum number of the component, specify -1 or less for maximum.