Home
Required parameters
- RefreshType (MQCFIN)
- Type of information to be refreshed (parameter identifier: MQIACF_REFRESH_TYPE).
Use this to specify the type of information to be refreshed. The value can be:
- MQRT_CONFIGURATION
- This causes the queue manager to generate configuration event messages for every object definition that matches the selection criteria specified by the ObjectType, ObjectName, and RefreshInterval parameters.
A Refresh Queue Manager command with a RefreshType value of MQRT_CONFIGURATION is generated automatically when the value of the queue manager's ConfigurationEvent parameter changes from MQEVR_DISABLED to MQEVR_ENABLED.
Use this command with a RefreshType of MQRT_CONFIGURATION to recover from problems such as errors on the event queue. In such cases, use appropriate selection criteria, to avoid excessive processign time and event message generation.
- MQRT_EXPIRY
- This requests that the queue manager performs a scan to discard expired messages for every queue that matches the selection criteria specified by the ObjectName parameter.
Parent topic:
Refresh Queue Manager
pc13710_
Home