Agent queues for IBM® MQ Managed File Transfer

The MQSC command scripts generated by the fteCreateAgent command create the agent queues with parameters set to the following values. If you do not use the MQSC scripts provided to create the queues, but create the queues manually, ensure you set the following parameters to the values given.

Agent operation queues

The agent's operation queues have the following names:
  • 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
Table 1. Agent operation queue parameters
Parameter Value (if applicable)
DEFPRTY 0
DEFSOPT SHARED
GET ENABLED
MAXDEPTH 5000
MAXMSGL 4194304
MSGDLVSQ PRIORITY
PUT ENABLED
RETINTVL 999999999
SHARE  
NOTRIGGER  
USAGE NORMAL
REPLACE  

Agent authority queues

The agent's authority queues have the following names:
  • 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
Table 2. Agent authority queue parameters
Parameter Value (if applicable)
DEFPRTY 0
DEFSOPT SHARED
GET ENABLED
MAXDEPTH 0
MAXMSGL 0
MSGDLVSQ PRIORITY
PUT ENABLED
RETINTVL 999999999
SHARE  
NOTRIGGER  
USAGE NORMAL
REPLACE  

Web agent operation queues

If the agent is a web agent it has two additional queues. These queues have the following names:
  • SYSTEM.FTE.WEB.gateway_name
  • SYSTEM.FTE.WEB.RESP.agent_name
Table 3. Web agent operation queue parameters
Parameter Value (if applicable)
DEFPRTY 0
DEFSOPT SHARED
GET ENABLED
MAXDEPTH 5000
MAXMSGL 4194304
MSGDLVSQ PRIORITY
PUT ENABLED
RETINTVL 999999999
SHARE  
NOTRIGGER  
USAGE NORMAL
REPLACE