This is part of the larger task of customizing your z/OS environment.
WebSphere Message Broker for z/OS allows you to register a component to the Automatic Restart Manager (ARM).
Description | Name |
Switch that determines whether ARM will be used (YES or NO). | MQSI_USE_ARM |
ARM element name | MQSI_ARM_ELEMENTNAME |
ARM element type | MQSI_ARM_ELEMENTTYPE |
By default components do not register to ARM; the initial setting is MQSI_USE_ARM=NO. You can override this by setting MQSI_USE_ARM=YES and providing an ARM element name and type.
MQSI_ARM_ELEMENTNAME must be a maximum of 8 characters in length, because WebSphere Message Broker adds a prefix of SYSWMQI. For example, if you supply the value MQP1BRK to ARM_ELEMENTNAME, the element you define in your ARM policy is SYSWMQI_MQP1BRK.