Customizing BMC AMI Ops Monitor for MQ after installation
To customize BMC AMI Ops Monitor for MQ after installation is complete
When you set the BBI-SS PAS environment, add the following product record to member BBISSP00 in your copy of the BBPARM parameter library (which you define by using the BBIPARM DD record in the BBI-SSMQ PAS job):
PRODUCT=MVMQSTo the STEPLIB DD record in the BBI-SS PAS job, add the following program libraries, which are authorized by IBM MQ:
prefix.SCSQAUTH
prefix.SCSQANLEThe prefix value was defined when you installed IBM MQ.
To support the creation of a dynamic reply-to queue, define a model queue named BBSMVMQS.COMMAND.REPLY.MODEL.The model queue should have attributes that are identical to the SYSTEM.COMMAND.REPLY.MODEL queue, and the model queue should be defined as permanent dynamic.
BMC AMI Ops Monitor for MQ creates the reply-to queue by first looking for a model queue named BBSMVMQS.COMMAND.REPLY.MODEL. If this queue is not found, the SYSTEM.COMMAND.REPLY.MODEL queue is used. The model queue that is used must be a permanent dynamic queue. Using a temporary dynamic queue can cause the temporary dynamic queues to be deleted unexpectedly and errors while retrieving data.
To support the editing of messages, define a queue named BBSMVMQS.REPLY.AUDIT with attributes that are identical to the BBSMVMQS.COMMAND.REPLY.MODEL queue.