Tracking CICS to MQ to an Instana monitored application

This feature allows for the continued tracing of transactions as they go from CICS to a (distributed) application traced by Instana using MQ as an intermediary. To use this feature, you need to edit the AGMSYSIN parameter data set to add each queue name that is used as the message passing queue.

About this task

PTF UJ95620 (APAR OA66562) along with Fix pack 7 allows for tracing MQ queues outbound to distributed applications instrumented by Instana. Complete the following steps to trace MQ outbound.

Procedure

  1. Add the following statement to the AGMSYSIN parameter data set of the CICS region where the MQPUT is being done:
    TYPE=O,QUEUE=MY_OUTBOUND_QUEUE
  2. To pick up the changes to AGMSYSIN, use AGMU,STOP command followed by AGMU,START command. There is no need to recycle the CICS region.

    Note: