|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Cluster and HeartBeat Interval |
« View previous topic :: View next topic » |
Author |
Message
|
oware |
Posted: Mon Sep 23, 2002 11:27 am Post subject: Cluster and HeartBeat Interval |
|
|
Novice
Joined: 28 Jan 2002 Posts: 23
|
Hi,
I have strange thing going on in MQSeries. We have two MQSeries server machine with each one having one queue manager (Full Repository), Queue manager having one Queue Q1 on each of them. On all cluster Receiver, cluster sender, Server connection, client connection channel the heartBeat Interval is 120secs and Disconnect Interval set to 0 to keep channel running all the time.
Client application initially connects to Primary cluster queue manager CMQ1 and sends all messages to it. CMQ1 then sends messages to queue manager QM1 on machine M1 and QM2 on Machine M2 respectively. Now if CMQ1 goes down (either its shut down or network connection problem), Client connection has a logic that it connects to cluster queue manager CMQ2 immediately.
Problem:
Now the problem is When CMQ1 goes down, Client application freezes for 5 minutes after which it attempts to connect to CMQ2. But since we have set Heart Beat interval to 120secs, client Application should get a connection error from CMQ1 and then it should connect to CMQ2. In short timeout interval should be equal to 120secs and not 300secs.
Can anybody please explain me this strange MQ series behavior or am I wrong somewhere.
Thanks in advance.
Prashant.
Last edited by oware on Mon Sep 23, 2002 12:28 pm; edited 1 time in total |
|
Back to top |
|
 |
vennela |
Posted: Mon Sep 23, 2002 11:42 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Forget Heart Beat Interval. Seach on that topic and you will get a bunch of threads on that.
The channel is gonna retry to connect for
1. Short retry count +
2. long retry count
number of times.
This means your 300 seconds = shortRetryCount* shortRetryInterval + longRetryCount* longRetryInterval.
---
Venny |
|
Back to top |
|
 |
MQS |
Posted: Wed Sep 25, 2002 6:50 am Post subject: |
|
|
Newbie
Joined: 12 Feb 2002 Posts: 7
|
Hi Venny,
Thanks for your reply. But this seems not to be the case. I have default settings set for Short retry and long retry.i.e
Short Retry Count=10 and Interval=60
Long Retry Count=999999999 Interval=1200
Also does these settings play any role between client application connection and sever connection?
Thanks once again.
Prashant. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|