Configure MFT Agent queue managers

After installation, run the agent_name_create.mqsc script in the MQ_DATA_PATH/mqft/config/coordination_qmgr_name/agents/agent_name directory to perform the necessary configuration for the agent queue manager. However, if we want to do this configuration manually, complete these steps on the agent queue manager.


Procedure

  1. Create the agent operation queues. These queues are named:

    • SYSTEM.FTE.COMMAND.agent_name
    • SYSTEM.FTE.DATA.agent_name
    • SYSTEM.FTE.EVENT.agent_name
    • SYSTEM.FTE.REPLY.agent_name
    • SYSTEM.FTE.STATE.agent_name

    For information about the queue parameters, see MFT Agent queue settings.

  2. Create the agent authority queues. These queues are named:

    • SYSTEM.FTE.AUTHADM1.agent_name
    • SYSTEM.FTE.AUTHAGT1.agent_name
    • SYSTEM.FTE.AUTHMON1.agent_name
    • SYSTEM.FTE.AUTHOPS1.agent_name
    • SYSTEM.FTE.AUTHSCH1.agent_name
    • SYSTEM.FTE.AUTHTRN1.agent_name

    For information about the queue parameters, see MFT Agent queue settings.


What to do next

For information about creating and configuring a protocol bridge agent, see fteCreateBridgeAgent (create and configure an MFT protocol bridge agent) and Configure a protocol bridge for an FTPS server.

Parent topic: Configure MFT for first use


Related concepts


Related tasks


Related information