Each subtask uses these two queues:
- Subtask Input Queue
Queue used for messages destined for processing in the subtask interface. These messages can be commands for execution or messages to be transmitted to the Proxy Server.
- Subtask Output Queue
Queue used for messages that are the result of subtask processing. Messages from this queue are routed by the main task to other subtasks for processing.