Why is it occurring?
Answer by Marinucci (508) | Jan 18, 2018 at 01:45 AM
Error message
"WMQ.EVENTS.PROD' returned 2042 Object in use"
means that event message queue WMQ.EVENTS.PROD your application is tryng to access is held in exclusive mode by OMEGAMON XE for Messaging agent. You can use the SET EVENTQOUT to define and additional output queues and point the maint/dequeue application to it. Here is an example of such definition: SET EVENTQIN MGRNAME(MQP1) QMGRQ(WMQ.EVENTS.PROD) SET EVENTQOUT MGRNAME(MQP1) QMGRQ(WMQ.EVENTS.OUT) You may find further info at the following link:
OMEGAMON Messaging high cpu 1 Answer
OMEGAMON utilize MQINQ API 1 Answer
OMEGAMON XE Messaging toleration WebSphere MQ V9 2 Answers
Production test same LPAR OMEGAMON MQ z/OS LINKLST modules KMQAMHSD KMQAMHST KMQASSIN 1 Answer
OMEGAMON for Messaging on z/OS TEP userid mapping with mainframe userid 1 Answer