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:

  1. Universal Broker is not in shutdown mode.
  2. Component has not been stopped by the Broker, Universal Control, or Universal Enterprise Controller. This is considered a controlled shutdown.
  3. RESTART option value = no.
  4. Component's exit conditions must meet one of the values specified by the RESTART_CONDITIONS option.
  5. 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

(tick)

(tick)

(tick)

(tick)

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.