views:

230

answers:

1

In a J2EE environment the MQ server log shows the following:

Process(954584.5) User(mqm) Program(amqzmuc0) AMQ7469: Transactions rolled back to release log space. ....

While increasing the logfile size/space might be a temporary solution, the definitive solution must be to identify the culprit process/queue that causes this long transaction.

Is there any solution/tool for this?

Note: MQ is used via JMS only

A: 

You want the DISPLAY CONN TYPE(CONN) ALL command, paying attention to the UOW* attributes. See: http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzaj.doc/sc11950_.htm

T.Rob