|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Cluster load balancing |
« View previous topic :: View next topic » |
Author |
Message
|
vinbud117 |
Posted: Tue Nov 04, 2008 5:11 am Post subject: Cluster load balancing |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
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.
Can anyone identify what may have gone wrong?
Thanks !! |
|
Back to top |
|
 |
mvic |
Posted: Tue Nov 04, 2008 5:55 am Post subject: Re: Cluster load balancing |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
vinbud117 wrote: |
I have also checked "Binding" property of the queue, and both are NOTFIXED.
Can anyone identify what may have gone wrong? |
The application code that calls MQOPEN can choose whether or not to respect the default set on the q definition. Has this been checked? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 04, 2008 6:23 am Post subject: Re: Cluster load balancing |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vinbud117 wrote: |
I have also checked "Binding" property of the queue, and both are NOTFIXED.
|
The queue setting is just the default binding, like the persistence is just the default setting. The application can put a non-persistent message on a queue with a default of persistent, and in the same way an application can specify BIND_ON_OPEN even if the default is NOTFIXED. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Nov 04, 2008 7:04 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
A sending application can specify the destination QM at MQOPEN / MQPUT1 time, forcing all messages to go to a particular instance of the q in the cluster. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
vinbud117 |
Posted: Tue Nov 04, 2008 7:12 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
The putting application is WBIMB. I checked the output node, but couldn't find any setting related to this, nor is there anything in the MQMD header.
Any suggestions? |
|
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
|
|
|
|