I would define the three queues in a resource registry file and then include the registry file in the map via a configuration map;and then depending on the programme logic, I would called any one of the defined queues.
If the queues names variables are cunningly defined in the registry file; you could just add as many queues, in the future, without having to modify the map.
Does this help?