Author |
Message
|
ramires |
Posted: Thu Oct 03, 2002 2:30 am Post subject: Reply to dynamic queue located outside a cluster |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Hi Forum,
I have a cluster (wk2) with several qmgrs processing messages sent from a qmgr outside the cluster.
The purpose is to achive load balancing. One of the cluster qmgrs acts as a gateway to the queue manager outside the cluster.
The applications processing the messages are receiving 2085 rc when the try to reply, because they don't find the replytoqueu.
This queue is a dynamic queue created at the "sender" queue manager (the one outside cluster).
Is this setup a valid configuration ?
Thanks!
Joao Ramires |
|
Back to top |
|
 |
vmcgloin |
Posted: Thu Oct 03, 2002 3:44 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
You might need to setup queue manager aliases on a clustered queue manager - the one that has the xmitq to get to the non-clustered queue managers. This is a remote queue definition without the queue name. See the documentation for this.
I'm sure there are others ways too...
Cheers,
Vicky |
|
Back to top |
|
 |
leongor |
Posted: Thu Oct 03, 2002 5:52 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
You can just share in cluster your xmitQ (to outside Qmgr).
That way every Qmgr in cluster will be able to reply to it. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
vmcgloin |
Posted: Thu Oct 03, 2002 6:39 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Sounds simpler. But does the xmitq have to be the same as the queue manager name in that case?
Vicky |
|
Back to top |
|
 |
ramires |
Posted: Fri Oct 04, 2002 12:59 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Thanks, I need to read again the Cluster manual. I'll post my results
my porblem is solved!
The server application wasn't specifying the MQOD.ObjectQMgrName. To reply to a queue outside the cluster, this field maust contain the name of the queue manager outside the cluster.
And I need an alias queue manager defined in gateway qmgr pointing to the one outside.
joao |
|
Back to top |
|
 |
leongor |
Posted: Sat Oct 05, 2002 11:14 pm Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Yes, xmitq then must be named as remote qmgr name.
It's a good standard to use. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
|