Free IBM 000-374 Exam Dumps Questions & Answers
| Exam Code/Number: | 000-374Join the discussion |
| Exam Name: | IBM WebSphere MQ V7.0, System Administration |
| Certification: | IBM |
| Free Question Number: | 157 |
| Publish Date: | Jul 09, 2026 |
| # of views: | 1782 |
|
|
|
A company decides to use the IBM WebSphere MQ transport for SOAP to enable some of its Java applications as WebServices on AIX. The administrator is asked to define and start a listener as a service. Which one of the following methods should be used?
Which statement about the WebSphere MG services control command amqmdain is true?
The administrator can:
The WebSphere MQ development team requires that all queue managers in their environment must use linear logging for recovering purposes. However, the operations team wants to keep the file system as small as possible.
What can the operations team do to automate the log cleanup process?
The administrator has been asked to take a back up of log files to free up log space on the disk for a queue manager running with linear logging. Which runmqsc commands will be used to determine the superfluous (inactive) log files? 1. DISPLAY QMGR 2. DISPLAY QMSTATUS CURRLOG 3. DISPLAY QMSTATUS RECLOG 4. DISPLAY QMSTATUS MEDIALOG
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)