MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE

    Posted 02/14/18 07:01 AM

    Hi 

     

    In one of the qmgr messages are being published on this queue continuosuly without stopping ? any idea about this and what should have caused this  ?

     

    Regards

     

     



  • 2.  RE: SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE

    Posted 02/15/18 03:27 AM

    Sounds like you may have Activity Trace turned on.

    Two things to check here.

    • Issue the following MQSC command
      DISPLAY QMGR ACTVTRC
      If it says ON, then ALTER the QMGR to turn it OFF.
    • Check the contents of the mqat.ini file in your queue manager directory. The settings in that file can over-ride the other attribute.

    If you want to see what the contents of the queue say, you can use the sample amqsact to format out the activity trace that has been collected.

    Cheers,
    Morag



  • 3.  SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE

    Posted 02/16/18 01:05 AM

    Thanks for your reply , its creating logs even even actvtrc is off .



  • 4.  RE: SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE

    Posted 02/19/18 03:04 AM

    Did you turn ACTVTRC off or was it already off?

    Did you also check mqat.ini file? The rules in this file over-ride ACTVTRC. What does your mqat.ini file say?

    This may the rule that is causing records to be written to the SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE. Please check it also.

    Cheers,
    Morag



  • 5.  RE: SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE

    Posted 02/21/18 05:14 AM

    It was already in OFF state .

    in mqat.ini file i can see we have enabled trace for amqsputc which is creating messages on this queue , after removing the entry and now i dont see any updates on the queue .



  • 6.  RE: SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE

    Posted 02/23/18 02:36 AM

    That's great. Glad to hear that the mystery is solved.