Local queues, as the name suggests, are local to the owning queue manager.
The name of a queue is formed from the target queue manager name (for a local queue this is the name of the queue manager that owns the queue), and a unique name for the queue on that queue manager. These two components of a queue name have ASCII values.
The method setName(String, String) can be used to set the QueueName and the owning QueueManagerName in the administration message.