| Exam Code/Number: | C9530-374Join the discussion |
| Exam Name: | IBM WebSphere MQ V7.0, System Administration |
| Certification: | IBM |
| Question Number: | 157 |
| Publish Date: | Jul 12, 2026 |
|
Rating
100%
|
|
The administrator wants to define a service object on a queue manager on Windows so that an application will start when the queue manager is started and stop when the queue manager is stopped. What attribute should the administrator include on the DEFINE SERVICE command inrunmqsc to ensure that this happens?
An administrator has been asked to create a queue manager alias for QM1 to be used for communication between remote queue managers. What MQSC command will create the queue manager alias?
An administrator creates the following MQ objects on two queue managers, QM1 and QM2. An application connects to QM1 and puts a message on queue REM.BLUE. Where does the message arrive? On QM1: DEF QL(BLUE) DEF QR(REM.BLUE) RNAME(BLUE)
RQMNAME(QM1.ALIAS) XMITQ(QM2) DEF QL(QM2) USAGE(XMITQ) DEF
CHL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP)+CONNAME('9.20.9.32(1412)')
XMITQ(QM2) DEF CHL(QM2.TO.QM1) CHLTYPE(RCVR) TRPTYPE(TCP) On QM2: DEF
QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1) DEF QL(QM1) USAGE(XMITQ)
DEF CHL(QM2.TO.QM1) CHLTYPE(SDR) TRPTYPE(TCP)+ CON
E('9.20.9.32(1413)')XMITQ(QM1) DEF CHL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP) DEF QL(BLUE)
Which channel definition will require that client applications using channel ABC establish a mutually authenticated SSL channel?
An administrator will install IBM WebSphere MQ on an AIX platform. There is a requirement to configure the installation to store the queue managers data files under a directory tree different from the default specified by the installation. After creating the appropriate directory tree, the administrator should: