Configuration events

Configuration events are generated when a configuration event is requested explicitly, or automatically when an object is created, modified, or deleted.

A configuration event message contains information about the attributes of an object. For example, a configuration event message is generated if a namelist object is created, and contains information about the attributes of the namelist object.

The event messages for configuration events are put on the SYSTEM.ADMIN.CONFIG.EVENT queue.

There are four types of configuration event:

Create object events
Create object events are generated when an object is created. The event message contains the following event data: Create object.
Change object events
Change object events are generated when an object is changed. The event message contains the following event data: Change object.
Delete object events
Delete object events are generated when an object is deleted. The event message contains the following event data: Delete object.
Refresh object events
Refresh object events are generated by an explicit request to refresh. The event message contains the following event data: Refresh object.