|
MQ Trigger Monitoring Services |
|
|
XCICS may monitor WebSphere queues, to replicate the behaviour of the IBM MQ/SERIES CICS Adapter. To do that one or more trigger monitors must be defined. By means of the command add mqtrgmon one or more trigger monitoring services may be added and started to an XCICS region. All the services defined will be activated at XCICS start up, and they will provide a CKTI-like monitoring and task activation services. When XCICS region is alive, Trigger Monitoring services may be controlled using xcicsadm. For each of these trigger monitos some parameters must be supplied. Syntax
name This is the name of the service. If it is not specified it is automatically set by XCICS. queue This is the name of the initiation queue monitored by the services. If it is not set, XCICS automatically assign the name "<APPLID>.INITIATION.QUEUE", where <APPLID> is the XCICS region application identifier (application_name). enabled If specified the service is automatically activated at XCICS start up time. This is the default behaviour. disabled If specified the service is not automatically activated at XCICS start up time.
|