RESTART - UBROKER Component Definition option
Description
The RESTART option specifies whether or not the component should be restarted if it ends.
The component restart facility is only applicable to auto-started components.
A component is restarted when the following conditions are met:
- Universal Broker is not in shutdown mode.
- Component has not been stopped by the Broker, Universal Control, or Universal Enterprise Controller. This is considered a controlled shutdown.
- RESTART option value = no.
- Component's exit conditions must meet one of the values specified by the RESTART_CONDITIONS option.
- Component must not have been restarted more than specified by the RESTART_MAX_FREQUENCY option.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | restart options |
Values
options is the specification for whether or not the component should be restarted.
Valid values for options are:
- yes
Component should be restarted if it meets the restart criteria. (This is applicable only for auto-started components.) - no
Component should not be restarted.
Default is no.