MFT Agent queue settings
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
| 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 |
![[MQ 10.0.0 June 2026]](ng10.gif)
![[z/OS]](ngzos.gif)
On z/OS®, the SYSTEM.FTE.EVENT.agent_name and
SYSTEM.FTE.STATE.agent_name queues should be configured with
INDXTYPE(MSGID).
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
| 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 |