Author |
Message |
Topic: RECLOG is not moving forward even after QMGR restart |
kalam475
Replies: 10 Views: 15094
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jul 26, 2022 11:52 am Subject: RECLOG is not moving forward even after QMGR restart |
Totally agree with you Andyh it was a WAS transaction which was holding the log extent. But even after the WAS was making transactions with QMGR it was not clearing the uncommitted message in queue.
... |
Topic: RECLOG is not moving forward even after QMGR restart |
kalam475
Replies: 10 Views: 15094
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 25, 2022 4:09 pm Subject: RECLOG is not moving forward even after QMGR restart |
./dspmqtrn -m qmgr1 -e
AMQ7056: Transaction number 0,1 is in-doubt.
XID: formatID 1463898948, gtrid_length 36, bqual_length 54
gtrid [00000181F677C5E10000012659D5C6AC8187ABA938ADD0D8 ... |
Topic: RECLOG is not moving forward even after QMGR restart |
kalam475
Replies: 10 Views: 15094
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 25, 2022 3:39 pm Subject: RECLOG is not moving forward even after QMGR restart |
there are no AMQ7466 in the log file. But what can I find are
AMQ7229: 15 log records accessed on queue manager 'qmgr1' during the log
replay phase
AMQ7230: Log replay for queue manager 'qmgr1 ... |
Topic: RECLOG is not moving forward even after QMGR restart |
kalam475
Replies: 10 Views: 15094
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 25, 2022 3:06 pm Subject: RECLOG is not moving forward even after QMGR restart |
the output of "display qmstatus all" gives
CURRLOG= S0016291.LOG , RECLOG=S0016000.LOG & MEDIALOG=S0016291.LOG
as you can see the CURRLOG and MEDIALOG is moving forward and RECLO ... |
Topic: RECLOG is not moving forward even after QMGR restart |
kalam475
Replies: 10 Views: 15094
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 25, 2022 1:33 pm Subject: RECLOG is not moving forward even after QMGR restart |
output of reset qmgr is "AMQ8649: Reset WebSphere MQ Queue Manager accepted"
after this command Current Log is moved ahead as it should but not the RECLOG.
Error logs did not write any ... |
Topic: RECLOG is not moving forward even after QMGR restart |
kalam475
Replies: 10 Views: 15094
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 25, 2022 1:21 pm Subject: RECLOG is not moving forward even after QMGR restart |
I have been trying to clean up the archive logs. Apart from one qmgr the log extents are moving forward and was able to clean it up.
But for one qmgr the log extent are stuck on a particular log e ... |
Topic: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2009;AMQ9208 |
kalam475
Replies: 1 Views: 10820
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jan 16, 2022 11:45 pm Subject: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2009;AMQ9208 |
We are connecting to IBM MQ from JBOSS using the CCDT file and it will connect to one queue manger which is a part of cluster having 2 full repositories and 2 half & load gets divided into 4 clust ... |
Topic: Reconnect logic for java classes |
kalam475
Replies: 3 Views: 8232
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Mar 14, 2017 11:35 pm Subject: Reconnect logic for java classes |
I want to handle MQRC 2009 CONNECTION_BROKEN in my java code which does not support automatic client reconnect. so we have to write our own reconnection logic if I am not wrong.
Is there any exampl ... |
Topic: Queue manager quiescing |
kalam475
Replies: 2 Views: 8160
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Mar 11, 2017 3:39 am Subject: Queue manager quiescing |
If you don't mind me asking how can we set FAIL_IF_QUIESCING in JBOSS 7 standalone-full.xml. I tried to find it out but not able to find
This is my adapter settings:
<subsystem xmlns=&qu ... |
Topic: Queue manager quiescing |
kalam475
Replies: 2 Views: 8160
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Mar 10, 2017 10:08 am Subject: Queue manager quiescing |
Hi team,
We have a situation where my client application running in Jboss server is connecting to my queue managers participating in cluster through CCDT file. My cluster has three qmgrs. two of th ... |
Topic: Disaster Recovery Setup |
kalam475
Replies: 6 Views: 10629
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 28, 2017 11:10 pm Subject: Disaster Recovery Setup |
Thanks for reply. I do have another question.
Let us suppose say I have created a queue manager with Linear logging of primary files of arround 200 so I have 200 log files available in my mount po ... |
Topic: Disaster Recovery Setup |
kalam475
Replies: 6 Views: 10629
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 28, 2017 8:41 am Subject: Disaster Recovery Setup |
I do have all the commands how i created the queeue manager. but doesn't have the commands of how i created the queues. but if i run rcdmqimg before taking the backup doesn't it take the image of the ... |
Topic: Disaster Recovery Setup |
kalam475
Replies: 6 Views: 10629
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 28, 2017 12:48 am Subject: Disaster Recovery Setup |
Hi,
We have a three Multi-instance queue managers (CLUSQM1 & CLUSQM2 & CLUSQM3 )which are participating in the Clustering. CLUSQM1 and CLUSQM3 are full repositories and CLUSQM2 is half repo ... |
Topic: Failed to send a message to destination |
kalam475
Replies: 39 Views: 60549
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Feb 04, 2017 10:04 pm Subject: Failed to send a message to destination |
Well if you can't afford to miss a message make sure of the following:
All messages are persistent
all send or receive operations happen within a unit of work
Note that on WAS and other J2EE s ... |
Topic: Failed to send a message to destination |
kalam475
Replies: 39 Views: 60549
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 03, 2017 9:32 pm Subject: Failed to send a message to destination |
There are ways to get round this but these are probably NOT available withing a JMS framework.
Is there is a workaround in MQ API, but I guess there is no way we can connect to connection factory t ... |