Author |
Message |
Topic: SYSTEM.CLUSTER.TRANSMIT.QUEUE |
divyadam
Replies: 13 Views: 16036
|
Forum: General IBM MQ Support Posted: Sun Oct 20, 2019 8:17 pm Subject: SYSTEM.CLUSTER.TRANSMIT.QUEUE |
thanks for the info.
I can't bring up the QMGR which is down. even if I bring it up I don't want to flood it with millions of messages; which doesn't add any value.
My plan is to stop Cluster Se ... |
Topic: SYSTEM.CLUSTER.TRANSMIT.QUEUE |
divyadam
Replies: 13 Views: 16036
|
Forum: General IBM MQ Support Posted: Sun Oct 20, 2019 11:05 am Subject: SYSTEM.CLUSTER.TRANSMIT.QUEUE |
there are around 12Million messages stuck in the Cluster transmit queue. Right now the Manager is trying to re-reference them back to SYSTEM.CLUSTER.TRANSMIT.QUEUE. The QMGR is trying to recover messa ... |
Topic: SYSTEM.CLUSTER.TRANSMIT.QUEUE |
divyadam
Replies: 13 Views: 16036
|
Forum: General IBM MQ Support Posted: Sun Oct 20, 2019 8:42 am Subject: SYSTEM.CLUSTER.TRANSMIT.QUEUE |
http://mqseries.net/phpBB/viewtopic.php?t=48845&start=0&postdays=0&postorder=asc&highlight=&sid=5edd9161005b5095332a4f25cc708e9e
I saw a previous post about the issue I have. I ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 07, 2019 2:08 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
thanks For the Inputs and Ideas on testing this out.
I can't have additional listener cause it requires a new CCDT and new Listener for each application/Q-manager that we run in Production and int ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 06, 2019 3:52 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
one more help
How do I test this. in production I can't Bring down Manager or the listener. I have the updated code ready validated in QA/PTE but the setup is not same as in Production. need ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 30, 2019 2:54 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
One more question on setting up HBINT; when we reached out to IBM they asked us to implement JAVA_JMS_TCP timeout at application level.
com.ibm.mq.cfg.TCP.Connect_Timeout=10
which one is bet ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 27, 2019 9:05 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
setClientReconnectOptions
public void setClientReconnectOptions( int options)
throws javax.jms.JMSException
Specifies the client reconnect options for new connections created by this f ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 27, 2019 3:25 am Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam wrote:
we don't have the reconnect option. was told the QueueConnectionFactory method has default reconnect feature.
By this I assume you mean RECONNECT_AS_DEF as you show below.
... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2019 5:53 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
Also
Application is taking almost 300 seconds to realize the QMGRs in DataCenter1 are down. that's the default OS timeout. we are planning to Implement JMS TCP timeout as one of the java option tha ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2019 5:22 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
HI Yatiri
with "MQConnectionFactory.setClientReconnectOptions()" if I have to use CCDT should I use "WMQConstants.WMQ_CLIENT_RECONNECT_AS_DEF" (reconnect behaviour set by channel ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2019 4:52 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
we don't have the reconnect option. was told the QueueConnectionFactory method has default reconnect feature. |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2019 3:44 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
Here is the JMS client code we use
<Resource
CCDTURL="<TAB File with above definition>"
QMGR="ALERTS" TRAN="1" auth="Container"
description=&qu ... |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2019 5:36 am Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
Hi HugHson
can you give me the mqscputc options you used to invoke CCDT and man a client connection. |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2019 4:09 am Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
thank you folks. I have a code review with my developer today. will get you more info. |
Topic: JMS Auto reconnect with CCDT that's has Multiple QManagers |
divyadam
Replies: 29 Views: 73823
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 25, 2019 9:07 pm Subject: JMS Auto reconnect with CCDT that's has Multiple QManagers |
HERE IS THE CCDT definitions
CHANNEL(QMGR1 CHL )
CHLTYPE(CLNTCONN)
AFFINITY(NONE)
CLNTWGHT(49)
COMPHDR(NONE)
CONNAME(<QMGR1 VIP> <PORT>)
DESCR( )
LOCALADDR( )
MAXMSGL(104857 ... |