I can confirm that the channel does show up in Activity Trace, here' some I generated just now:
- 09:05:22 34092( 2) [ 2832us] :\mqm9400\bin64\amqrmppa.exe MQCONNX
- 09:05:22 34092( 2) [ 62us] :\mqm9400\bin64\amqrmppa.exe MQOPEN NOT.EXIST RC(2085) Unknown object name
- 09:05:22 34092( 2) [ 66us] :\mqm9400\bin64\amqrmppa.exe MQOPEN
+ 09:05:22 34092( 2) [ 17us] :\mqm9400\bin64\amqrmppa.exe MQINQ
Sat Aug 2 09:05:22 2025
Context
MQINQ(
Connection Id:414D51434D5147322020202020202020FA2B8D6800280040
Hobj :4 QMGR(MQG2)
Sel. Count :1
Selectors :[0] 2006 MQCA_DEAD_LETTER_Q_NAME
CompCode :0
Reason :0 OK
)
- 09:05:22 34092( 2) [ 12us] :\mqm9400\bin64\amqrmppa.exe MQCLOSE
- 09:05:22 34092( 2) [ 504us] :\mqm9400\bin64\amqrmppa.exe MQOPEN SYSTEM.DEAD.LETTER.QUEUE
- 09:05:22 34092( 2) [ 73us] :\mqm9400\bin64\amqrmppa.exe MQPUT SYSTEM.DEAD.LETTER.QUEUE
- 09:05:22 34092( 2) [ 286us] :\mqm9400\bin64\amqrmppa.exe MQCMIT
Perhaps you did not turn on activity trace until after the channel had started? I turned it on and then recycled my queue manager just to be certain. Long running applications, which I guess amqrmppa would count as, may not pick up the instruction to use activity trace if they are already running.
Cheers,
Morag