ResolvedQName (MQCHAR48)

This is the name of the destination queue after the local queue manager resolves the name. The name returned is the name of a queue that exists on the queue manager identified by ResolvedQMgrName.

A nonblank value is returned only if the object is a single queue opened for browse, input, or output (or any combination). If the object opened is any of the following, ResolvedQName is set to blanks:
  • Not a queue
  • A queue, but not opened for browse, input, or output
  • A distribution list
  • An alias queue that references a topic object (refer to ResObjectString instead).
  • An alias queue that resolves to a topic object.

This is an output field. The length of this field is given by MQ_Q_NAME_LENGTH. The initial value of this field is the null string in C, and 48 blank characters in other programming languages. This field is ignored if Version is less than MQOD_VERSION_3.