Rule 1: Resolve queue manager aliases.

If the queue manager has an alias mapping destinationQueueManagerName to another name, for example, realQueueManagerName then this substitution is made first, and the call:

putMessage(destinationQueueManagerName, destinationQueueName

is effectively transformed to

putMessage(realQueueManagerName, destinationQueueName.

From this point on destinationQueueManagerName is completely forgotten, and realQueueManagerName is used.



© IBM Corporation 2002, 2003. All Rights Reserved