Details of which MFT commands connect to which queue manager
Further information on which Managed File Transfer commands connect to which queue manager.
This topic expands on the information in Which MFT commands and processes connect to which queue manager, together with some illustrations.
Agent queue managers
Every agent has its own agent queue manager. The agent uses system queues hosted on this queue manager to maintain state information and receive requests for work.
A single queue manager can act as the agent queue manager for multiple agents. Agent queue managers are connected to the coordination queue manager, the command queue manager, and other agent queue managers using sender and receiver channels.
The fteCreateAgent, fteCreateBridgeAgent, and fteCreateCDAgent commands take the agent queue manager name as an argument.
When these commands are run, they connect to the specified queue manager and send a message to the coordination queue manager indicating that the agent has been added to the Managed File Transfer topology.

Running this command could have an impact on the whole topology. As such, you should only run this command under guidance from IBM®.

Coordination queue managers

- Create or delete a transfer template.
- Query state information about agents, monitors, or scheduled transfers, and display that information to the user.

Command queue managers
The command queue manager acts as a gateway into an MFT topology. It is connected to the agent queue managers through sender and receiver channels. When one of the commands listed is run, they connect directly to the command queue manager, and send a message to the specified agent. This message is routed through the IBM MQ network to the agent queue manager, where it is picked up by the agent and processed.
- Connect to the command queue manager.
- Create a temporary reply queue.
- Send a message containing the command details to the appropriate agent.
The message is routed through the IBM MQ network to the agent queue manager, where it is picked up by the agent and processed.

![[MQ 9.2.2 Mar 2021]](ng922.gif)