An application receives messages from a queue APPQ using MQGET.
Which MQSC command will successfully configure the queue manager so that the application can receive messages published to topic Stock/IBM/Price?

A.
DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DEST(APPQ)
B.
DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DESTQ(APPQ)
C.
DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + TARGET(APPQ)
D.
DEFINE SUB(TO_APP) TOPIC(Stock/IBM/Price) + DEST(APPQ)