PrepAway - Latest Free Exam Questions & Answers

Which set of MQSC commands below will successfully configure the queue manager so that a number of JMS applica

A legacy application uses MQPUT to send messages to a queue INV.
Which set of MQSC commands below will successfully configure the queue manager so that a number of JMS applications canreceive these messages by subscribing to topic Inventory/CurrentItems?

PrepAway - Latest Free Exam Questions & Answers

A.
DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems)
DEFINE QALIAS(INV) TARGET(INV_TOPIC) TARGTYPE(TOPIC)

B.
DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems)
DEFINE TALIAS(INV) TARGET(INV_TOPIC) TARGTYPE(TOPIC)

C.
DEFINE TOPIC (INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) QALIAS(INV)

D.
DEFINE QALIAS(INV) TARGET(Inventory/CurrentItems) + TARGTYPE(TOPIC)

One Comment on “Which set of MQSC commands below will successfully configure the queue manager so that a number of JMS applica


Leave a Reply