Using other commands with alias queues

You can use the appropriate commands to display or change alias queue attributes. For example:

 * Display the alias queue's attributes */
 
DSPMQMQ QNAME('alphas.alias.queue') MQMNAME(MYQUEUEMANAGER)
 
/* ALTER the base queue name, to which the alias resolves. */
/* FORCE = Force the change even if the queue is open. */
 
CHQMQMQ QNAME('alphas.alias.queue') TGTQNAME('orange.local.queue') FORCE(*YES)
 MQMNAME(MYQUEUEMANAGER)