To write a message to a WebSphere MQ v7 queue, which of the following MQI API calls is NOT a required step of the application programming code?
A. MQCONM
B. MQPUT
C. MQSET
D. MQOPEN
In a distributed queuing architecture, where does the local queue manager store messages until it is ready to send them to the remote queue manager?
A. In a relational database
B. In a remote channel queue
C. In a remote queue definition
D. In a transmission queue
Which statement is TRUE regarding WebSphere MQ and message routing?
A. WebSphere MQ will lock for a consumer name in the message description (MQMD) header.
B. WebSphere MQ does not route based on the contents of the message body.
C. You can write an XPATH expression to tell WebSphere MQ how to route the message to the appropriate consumer.
D. WebSphere MQ will examine the message properties and route it to the appropriate consumer.
What is the holding queue for messages that cannot be delivered to the destination queues?
A. Dead-letter queue
B. Backout queue
C. Transmission queue
D. Undeliverable messages are simply discarded from the system
What is the name of the MQMD field that a message producer uses to ensure that no consumers receive a message after a message has been on a destination queue for a specified period of time?
A. Timeout
B. Expiry
C. TimeToLive
D. MaxAge
Which of the following is NOT a channel connection enhancement new in WebSphere MQ v7?
A. MQI channel connections can be shared
B. SSL encryption for each MQI Channel connection
C. Read-ahead for non-persistent messages
D. Automatic client reconnection
In order to write messages to a queue what operation must be done first?
A. Connect to the queue
B. Verify queue is empty
C. Set the queue to read/write mode
D. Open the queue
Which of the following is NOT a WebSphere MQ v7 installable component?
A. WebSphere MQ Broker
B. WebSphere MQ Server
C. WebSphere MQ Explorer
D. WebSphere MQ Client
In order for a MQ program to send a message to another MQ program using a queue, which of the following is true?
A. The sending program must request the receiving program's queue name from the WebSphere MQ queue manager.
B. The sending program, the receiving program, and WebSphere MQ must all be currently running before any of the queues can be accessed.
C. The sending program and the receiving program must agree on which queue they will use for communicating.
D. The sending program specifies the receiver program name in a message header by which WebSphere MQ uses to send the message to the receiver program.
What is the prefix for WebSphere MQ error messages?
A. AMQ
B. WMQ
C. MQR
D. MQE