Author |
Message
|
mq_crazy |
Posted: Thu Apr 21, 2005 12:27 pm Post subject: simple cluster question |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
I have cluster of 4 QM's. Can i send messages to a local queue on one of the cluster queue manager that is not shared in cluster. Is it the only way is to define remote queues and channel etc.. even though those queue managers are in same cluster?? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 21, 2005 12:37 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Apr 21, 2005 1:16 pm Post subject: Re: simple cluster question |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
mq_crazy wrote: |
I have cluster of 4 QM's. Can i send messages to a local queue on one of the cluster queue manager that is not shared in cluster. Is it the only way is to define remote queues and channel etc.. even though those queue managers are in same cluster?? |
You have a local queue that is not clustered? And that queue is hosted by a QM that is in the cluster? Well, cluster the queue! But if you can't, then you can send messages to the queue from any other QM in the cluster without specifying XMITQs and channels. Just do the MQPUT1 specifying the destination queue name AND the destination QM. It will get there. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
sebastianhirt |
Posted: Fri Apr 22, 2005 12:05 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
Another choice would be to define a remote queue on the queue manager where you want to put the messages too and only defining RNAME and RQMNAME. The message will then also find its way.
You then don't need to define extra XMIT queues and channels |
|
Back to top |
|
 |
mq_crazy |
Posted: Fri Apr 22, 2005 5:47 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
Thanks guys for all your replies. I think i will go with sebastianhirt. Thanks again for all the help!!! |
|
Back to top |
|
 |
|