Transmission Error queue name (-XEQN)

Use the Transmission Error Queue Name adapter command (-XEQN) for data sources and targets to specify the name of the transmission queue for the remote error queue to which messages are copied when errors occur. For more information about using the IBM® MQ adapter with IBM® MQ transmission queues, see "Transmission Queues" .

-XEQN x_err_queue_name
Option
Description
x_err_queue_name
This is the name of the transmission queue. The transmission queue name is case-sensitive.

For example, to specify that the transmission queue xmit.q should be used as the transmission queue for a remote error queue whose remote queue definition is named error.q, the syntax would be:

-QMN qmlocal -QN qlocal -EQN error.q -XEQN xmit.q

In this syntax, qmlocal is the name of the queue manager and qlocal is the name of the queue that is used as data source or data target in the map.

If a local transmission queue specified with the Transmission Error Queue Name adapter command (-XEQN) exists, it is used. If it does not exist, the queue specified by the IBM® MQ DefaultXmitQ attribute (DEFXMITQ in MQSC) on the local queue manager is used.