Customizing MainView for MQ after installation
The information that is required for installing MainView for MQ from the distribution tape is provided in the Installation System Reference Manual.
When MainView for MQ is installed on your system, you must identify the product to the BBI subsystem. You must also provide access to IBM MQ, either manually or automatically, by performing customization within the Installation System. Later, you can establish your site’s security. For more information about establishing your site’s security, see Security-settings.
To customize MainView 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.SCSQANLETheprefix 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.
MainView 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.