In the article I read that when ignoring errors, we should look for first line of stack trace.
we want to ignore MQ exceptions with specific message only. How do we do this? I have been told that you can only use the first line which in our case would be "com.ibm.mq.MQException" which will remove every exception which is not what we want.
If someone can guide me on how to setup exception so it only ignores the MQ exception with "Reason 2033".
Hi Jay,
If you configure the "Ignored Messages" section of the Error Detection tab, you can tell the agents to ignore Exceptions that contain "Reason '2033'". Example screenshot attached.