Author |
Message
|
In_love_with_MQ |
Posted: Fri Nov 10, 2006 3:57 am Post subject: CLWLWGHT has anybody got it working really |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
Hi ,
I have one of the QM on windows and another on AIX .
I want to make 70 load via AIX and rest via windows .
So on the CLUSTERRCVR OF AIX i make CLWLWGHT as 70
So on the CLUSTERRCVR OF windows i make CLWLWGHT as 30
I sent 10 messages ...But all 10 reached AIX .why ???? am i wrong anywhere
============================================== |
|
Back to top |
|
 |
Nigelg |
Posted: Fri Nov 10, 2006 4:10 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Go back and read the section in the Clusters manual about workload balancing again. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Nov 10, 2006 4:35 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Please check the Priority that you had set to the CLUSTER
ie: CLWLPRTY, DEFPRTY etc
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
In_love_with_MQ |
Posted: Fri Nov 10, 2006 4:55 am Post subject: i have read about it . Do u find anything wrong specifically |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
HI NIGEL ,
I have read about it . Do u find anything wrong specifically .
If you did find anything wrong please let me know .
Evereything is default except i made change to CLWLWGHT |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 10, 2006 4:57 am Post subject: Re: i have read about it . Do u find anything wrong specific |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
In_love_with_MQ wrote: |
HI NIGEL ,
I have read about it . Do u find anything wrong specifically .
If you did find anything wrong please let me know .
Evereything is default except i made change to CLWLWGHT |
It's an obvious question but is the putting application using BIND_ON_OPEN or BIND_NOT_FIXED? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
In_love_with_MQ |
Posted: Fri Nov 10, 2006 5:03 am Post subject: HI i am using amqsput |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
Hi ,
I am using amqsput .
The queue instances (TEST) are in windows and AIX .
I am putting from a thrid QM (x) which has no q instances and share the same cluster
So i say amqsput TEST X .
So i hope it woukd be BIND_NOT_FIXED
CLUSRCVR on windows has CLWLWGHT as 30
CLUSRCVR on aix has CLWLWGHT as 70
So when i send 10 messages , i hope 7 would reach AIX but all 10 are reaching .
All other paremeters like CLWLPRTY etc are default .
?? Any guess |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Nov 10, 2006 5:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I believe that amqsput likely uses BIND_AS_QDEF. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 10, 2006 5:25 am Post subject: Re: HI i am using amqsput |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
In_love_with_MQ wrote: |
I am using amqsput .
...
So i hope it woukd be BIND_NOT_FIXED
|
Forget hope, look in the source code. Then look at the queue because IIRC it uses the queue settings for everything including binding  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
In_love_with_MQ |
Posted: Fri Nov 10, 2006 5:25 am Post subject: Thanks a lot |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
Thanks to vitor and Jeff and all ,
I made the cluster queues to "NO_FIXED" and send 20 messages .
12 REACHED AIX (60%)
8 REACHED WINDOWS(40%)
As pointed the problem was that amqsput uses DEFAULT OF BIND_OPEN
or BIND_AS_Q_DEF ..
tHAKS |
|
Back to top |
|
 |
|