nerdexam
IBM

C2180-374 · Question #95

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…

The correct answer is B. On BLUE queue on QM1. See the full explanation below for the reasoning.

Question

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)

Options

  • AOn BLUE queue on QM2
  • BOn BLUE queue on QM1
  • COn QM1 queue on QM2
  • DOn dead-letter queue on QM1

How the community answered

(46 responses)
  • A
    17% (8)
  • B
    70% (32)
  • C
    9% (4)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full C2180-374 Practice