An application is designed to send messages to queues Q1 and Q2 on queue manager QM1 using a server-connection channel CH1. An administrator is asked to implement SSL on IBM WebSphere MQ. On which of the following objects does the administrator need to specify the SSLCIPH attribute?
A. QM1
B. Q1 and Q2
C. CH1
D. CH1 and QM1
正解:C
質問 2:
Which channel definition will require that client applications using channel ABC establish a mutually authenticated SSL channel?
A. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) + SSLCIPH() SSLCAUTH(REQUIRED)
B. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) + SSLCIPH(NULL_MD5)SSLCAUTH(REQUIRED)
C. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) +SSLCIPH(NULL_MD5) SSLCAUTH(MUTUAL)
D. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) + SSLCIPH() SSLCAUTH(MUTUAL)
正解:B
質問 3:
The operations team has created a new queue manager infrastructure using default settings to support the deployment of a company's new database warehousing application. This application sends messages to applications running on other queue managers, which process the messages and send replies. After deployment of the application the message throughput is much lower than expected. The operations team doesn't notice any resources issues with disk space, memory usage, or CPU usage, however, they do notice that there are many more messages on the reply to-queues than expected. They also notice that error messages are frequently generated as the application processes reply messages. What is the most probable cause of the performance slowdown?
A. The warehousing applications queue manager reply-to-queue handler was not disabled
B. The warehousing applications queue manger reply-to-queue filtering was not properly adjusted
C. The warehousing application has unintentionally requested activity reports for each message itcreates
D. The warehousing application was unintentionally deployed with trace route reporting enabled
正解:C
質問 4:
The warehouse application is reporting issues with trying to read messages from its input message queue, PRIME_REPOS_Q. There are three applications that access this queue via QALIAS definitions, as follows: DEFINE QLOCAL (PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) DEFINE QALIAS
(WAREHOUSE2_AQ)TARGET (PRIME_REPOS_Q)DEFINE QALIAS (WAREHOUSE3_AQ)
TARGET (PRIME_REPOS_Q) The warehouse application has notified the operations team they need to stop the incoming messaging traffic while they work to resolve their message read issue. What action does the operation team need to take to fulfill the warehouse application teams request? Issue the command(s):
A. ALTER QALIAS (WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) PUT(DISABLED)
GET(ENABLED) PUSHUPDATE
ALTER QALIAS (WAREHOUSE2_AQ) TARGET (PRIME_REPOS_Q) PUT (DISABLED)
GET(ENABLED) PUSHUPDATE
ALTER QALIAS (WAREHOUSE3_AQ) TARGET (PRIME_REPOS_Q) PUT (DISABLED)
GET(ENABLED) PUSHUPDATE
B. ALTER QLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG (ENABLED)
REFRESH QALIAS (WAREHOUSE1_AQ)
REFRESH QALIAS (WAREHOUSE2_AQ)
REFRESH QALIAS (WAREHOUSE3_AQ)
C. ALTER QLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG (ENABLED)UPDATE
ALIASES FOR QUEUE(PRIME_REPOS_Q)
D. ALTER QLOCAL(PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED)
正解:D
質問 5:
An application is putting messages on queue TEST.QUEUE. The queue manager is running on mydomain.company.com listening on the default port. The IBM WebSphere MQ Bridge for HTTP was deployed under the context WMQBridge in an IBM WebSphere Application Server listening on port 9082 on the same machine. How can an AJAX application running on a remote machine perform a destructive get of messages from TEST.QUEUE?
A. Issue an HTTP POST to URI http://mydomain.company.com:1414/WMQBridge/msg/queue/TEST.QUEUE
B. Issue an HTTP GET from URI http://mydomain.company.com:1414/WMQBridge/msg/queue/TEST.QUEUE
C. Issue an HTTP GET from URI http://mydomain.company.com:9082/WMQBridge/msg/queue/TEST.QUEUE
D. Issue an HTTP DELETE from URI http://mydomain.company.com:9082/WMQBridge/msg/queue/TEST.QUEUE
正解:D
質問 6:
An administrator has created the following
MQ objects on two systems:
SYSTEM A crtmqm -C "VEGGIE QUEUE MANAGER" -LL -Q -D POTATO VEGGIE DEFINE QR(APPLE) RQMNAME(FRUIT) RNAME(PEACH) DEFINE QL(DLQ) DEFINE QL(POTATO) USAGE(XMITQ) DEF CHL('VEGGIE.FRUIT') CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('9.84.100.7(1414)') + XMITQ('POTATO')
SYSTEM B crtmqm -C "FRUIT QUEUE MANAGER" -LL -Q -D GRAPE FRUIT DEFINE QL(GRAPE) USAGE(XMITQ) DEFINE QL(PEACH) DEF CHL('VEGGIE.FRUIT') CHLTYPE(RCVR) TRPTYPE(TCP) An application connects to queue manager VEGGIE and puts a message to queue APPLE. On which queue does the message get delivered before it gets picked up by the sender channel?
A. APPLE
B. POTATO
C. GRAPE
D. PEACH
正解:B