Author |
Message |
Topic: Round Robin - Not Working |
JD996
Replies: 19 Views: 15360
|
Forum: Clustering Posted: Wed Oct 21, 2009 11:11 pm Subject: Round Robin - Not Working |
thanks guys, you rock! the qmgr alias worked a treat! round robin is now working sweet as!
 |
Topic: Round Robin - Not Working |
JD996
Replies: 19 Views: 15360
|
Forum: Clustering Posted: Tue Oct 20, 2009 8:28 pm Subject: Round Robin - Not Working |
Important thing to note..
When a cluster q is targetted through an externally remote queue, it doesnt round robin, however if a msg is put directly to the cluster q, it does.. |
Topic: Round Robin - Not Working |
JD996
Replies: 19 Views: 15360
|
Forum: Clustering Posted: Tue Oct 20, 2009 7:40 pm Subject: Round Robin - Not Working |
Also add the CLWLUSEQ(ANY) along with DEFBIND(NOTFIXED) on cluster queue.
Still an issue unfortunately. If I set both these properties, the message just goes to QMGR B and not C. If I also set th ... |
Topic: Round Robin - Not Working |
JD996
Replies: 19 Views: 15360
|
Forum: Clustering Posted: Tue Oct 20, 2009 6:38 pm Subject: Round Robin - Not Working |
or define the cluster queue with DEFBIND(NOTFIXED).
Thanks.
hmm, still just hits the local cluster q on QMGR B and does not ever go to C |
Topic: Round Robin - Not Working |
JD996
Replies: 19 Views: 15360
|
Forum: Clustering Posted: Tue Oct 20, 2009 6:33 pm Subject: Round Robin - Not Working |
in this case the application resides on an external companys gateway, (i.e. they are putting the message to their remote queue, which needs to targed two of our cluster queues, in a round robin scenar ... |
Topic: Round Robin - Not Working |
JD996
Replies: 19 Views: 15360
|
Forum: Clustering Posted: Tue Oct 20, 2009 5:07 pm Subject: Round Robin - Not Working |
Hi Guys,
I'm having problems with round robin clustering. (MQ version 6)
There are 3 qmanagers:
QMGR A - External Qmanager with a remote queue definition pointing to QMGRB Cluster Q (x)
Q ... |