MQCA_XMIT_Q_NAME

 

public final static int

This character attribute selector is used with an MQINQ call to determine the transmission queue name. If this attribute is not blank when an open occurs, either for a remote queue or for a queue-manager alias definition, it specifies the name of the local transmission queue to be used for forwarding the message. If XmitQName is blank, the local queue whose name is the same as RemoteQMgrName is used as the transmission queue. If there is no queue with the name RemoteQMgrName, the queue identified by the DefXmitQName queue-manager attribute is used. The length of the string is MQ_Q_NAME_LENGTH.


uj17090_