RETRY_MAX_COMP - UBROKER configuration option
Description
The RETRY_MAX_COMP option specifies whether or not the Start Component request is retryable when the maximum number of components are running.
When it is retryable, the manager component that sent the Start Component request will resend the request after waiting a number of seconds. When it is not retryable, the manager component will end with an error.
Refer to the Universal Broker RUNNING_MAX configuration option, and the RUNNING_MAXIMUM component definition option for selected server components, for specifying the maximum number of running components.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | retry_max_comp option |
Values
option is the specification for whether or not the Start Component request is retryable.
Valid values for option are:
- yes
Start Component request is retryable. - no
Start Component request is not retryable.
Default is yes.