Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does MQ Explorer keeps logs of activities of everything done via MQ Explorer?

Tags:

ibm-mq

We currently use MQ Explorer to manage a WebSphere MQ V7 on Z/OS. Few days ago I deleted a queue by mistake. Later I wanted to go back in history and look some logs to see when it exactly happened. My question is, where does MQ Explorer logs all activities that takes place via MQ Explorer?

Thank you

like image 963
Victor Reyes Avatar asked Dec 30 '25 04:12

Victor Reyes


1 Answers

MQ Explorer does not have such a log. If you want an audit trail of things done to your queue manager you should enable command events on the queue manager, that way you'll have an audit trail regardless of the tool used to do the deed.

Command events are enabled using ALTER QMGR CMDEV(ENABLED) or if you prefer not to clutter the audit trail with Display commands, use ALTER QMGR CMDEV(NODISPLAY).

You may also want to consider configuration events, which provide a snapshot of a object before and after any change. For example in your example where a queue is deleted, the configuration event will contain a snapshot of what the queue looked like before it was deleted, allowing that information to be used to reinstate the queue as it was.

Read more:-

  • Command Events
  • Command Event reference
  • Configuration Events
  • Create object Event reference
  • Change object Event reference
  • Delete object Event reference
like image 99
Morag Hughson Avatar answered Jan 05 '26 00:01

Morag Hughson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!