Configuring 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 you want to do this configuration manually, complete these steps on the agent queue manager:

About this task

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 Agent queues for IBM MQ Managed File Transfer.
  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 Agent queues for IBM MQ Managed File Transfer.
  3. If the agent is a web agent, create the web agent operation queues.
    These queues are named:

What to do next

For information about creating and configuring a protocol bridge agent, see fteCreateBridgeAgent (create and configure IBM MQ Managed File Transfer protocol bridge agent) and Configuring a protocol bridge for an FTPS server.