How to find long running transactions in Websphere MQ Series?
Posted
by raistlin
on Stack Overflow
See other posts from Stack Overflow
or by raistlin
Published on 2009-08-26T09:36:07Z
Indexed on
2010/03/31
1:33 UTC
Read the original article
Hit count: 695
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
© Stack Overflow or respective owner