[queueManagerName:]queueName
Specify only the queueName if you want to use the default queue manager. The system resource name for message queue records defines the queue manager name and queue name. The system resource name is used as the initial value for the fileName property for the MQRecord and identifies the default queue associated with the record.
EGL uses the system resource name in add and get next statements for the message queue record. The queueName identifies the queue that is accessed by the operation. The queueManagerName identifies the queue manager on which the queue is defined. The default queue manager is the queue manager to which the program is connected. If there is not already an active connection, EGL uses the queue manager name to connect to the queue manager before accessing the queue. If no queue manager name is specified, EGL connects to the default queue manager for the system. If the system resource name is not specified in a resource association file, a default system resource name is defined by the fileName property of the message queue record.