Author |
Message
|
vinbud117 |
Posted: Tue Nov 04, 2008 11:23 pm Post subject: Cluster load balancing |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
I had posted the same topic in MB, if you have already read it there, ignore this
Version: 6.0.2.1
We have two QMs hosting the same Cluster queue. The properties of the QMs, the cluster receiver channel, the alias queue and base queues are exactly the same. But, all messages are flowing to only one QM and when this QM goes down, all messages pile up in the transmission queue.
I have checked particularly the priority at the channel level, queue level and QM level; they are the same on both QM.
I have also checked "Binding" property of the queue, and both are NOTFIXED.
The sending application is WBIMB, and no QM is specified in the output node.
Can anyone identify what may have gone wrong?
Thanks !! |
|
Back to top |
|
 |
David.Partridge |
Posted: Wed Nov 05, 2008 12:23 am Post subject: |
|
|
 Master
Joined: 28 Jun 2001 Posts: 249
|
Have you checked that the clusrcvr definition on the QM to which messages are NOT going is correct.
Have you done a dis clusqmgr(*)? _________________ Cheers,
David C. Partridge |
|
Back to top |
|
 |
vinbud117 |
Posted: Wed Nov 05, 2008 12:49 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
Yes, the connection is fine. I could send messages to other cluster queues hosted only by it. |
|
Back to top |
|
 |
ranganathan |
Posted: Wed Nov 05, 2008 1:49 am Post subject: |
|
|
 Centurion
Joined: 03 Jul 2008 Posts: 104
|
* What about CLWLRANK, CLWLUSEQ attributes ?
* Are you specifying any Bind option (eg: MQBND_BIND_ON_OPEN) ?
P.S:
Give us the details of the cluster FR's and PR's |
|
Back to top |
|
 |
xhaxk |
Posted: Wed Nov 05, 2008 2:28 am Post subject: |
|
|
Apprentice
Joined: 30 Oct 2008 Posts: 31
|
qmgr is suspended
object qmgr name is specified at put time
other msgs have flowed to the other qmgr so the balancer is matching up total flow |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 05, 2008 2:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
xhaxk wrote: |
qmgr is suspended |
Rwead up on what that means
xhaxk wrote: |
object qmgr name is specified at put time |
This will override the cluster load balancing and send the message to the specified queue manager. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|