A queue manager has the following queue definitions. If an application puts a message on queue
POTATO, on which queue will the message arrive?
DEFINE QALIAS (POTATO) TARGET (TOMATO)
DEFINE QALIAS (TOMATO) TARGET (GINGER)
DEFINE QALIAS (GINGER)

A.
POTATO
B.
GINGER
C.
MQI call fails
D.
dead-letter queue