Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Monitor for MQ 5.6.

Subscribing to the Event Listener


If another process is running the BMC Integrated Event Listener, MainView for MQ can subscribe to the Event Listener.

The messages are nonpersistent but do not have an expiration time.

To subscribe to the Event Listener for MVS queue managers

Use either of the following methods:

If the systems for which you are monitoring events have changed, use the batch job shown in the Integrated Event Listener subscription batch job to add new monitoring system publish queues (PUBQs) or remove unwanted PUBQs. You can run the batch subscription job to add or delete a subscription against any active or inactive Event Listener. This JCL is provided in hlq.BBSAMP(#MMAELSC).

Integrated Event Listener subscription batch job

//MMAELSC  JOB (XXXX),'USERID',CLASS=F,
//          NOTIFY=USERID,MSGCLASS=R
//*
//*---------------------------------------------------------------
//*  MMA EVENT LISTENER SUBSCRIBER
//*---------------------------------------------------------------
//*   #1  - CHANGE BMCNODE TO YOUR HIGH-LEVEL NAMING CONVENTION
//*   #2  - CHANGE hlq TO YOUR HIGH-LEVEL NAMING CONVENTION
//*         FOR THE SPECIFIED DATA SET
//*   #3  - CHANGE XXXX TO YOUR ACCOUNT NUMBER
//*            OR REMOVE IT IF NOT NEEDED
//*--------------- JOB PARMS -----------------------
//*   #4  - CHANGE yyyy TO selected qmgr name
//*   #5  - CHANGE ZZZ  TO 'ADD' OR 'DELETE'
//*   #6  - CHANGE WWWW TO PUBLISH QUEUE NAME. 48 BYTE MAX
//*-------------------------------------------------------------
//* PARMS: QMGR=, QMGR NAME - 4 BYTE MAX. REQUIRED                 *
//*        PUBQ=, PUBLISH QUEUE NAME - 48 BYTE MAX. REQUIRED       *
//*        ACTION=, ADD/DELETE SUBSCRIPTION.  REQUIRED             *
//*---------------------------------------------------------------
//MMAELSC EXEC PGM=MMAELSC0,
// PARM='QMGR=yyyy,ACTION=ZZZ,PUBQ=WWWW'
//*
//STEPLIB  DD DISP=SHR,DSN=BMCNODE.MMA.LOAD
//         DD DISP=SHR,DSN=hlq.SCSQAUTH
//         DD DISP=SHR,DSN=hlq.SCSQLOAD
//*
//SYSPRINT DD SYSOUT=*
//*


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView for MQ 5.5