Author |
Message
|
klamerus |
Posted: Tue Nov 13, 2007 9:11 am Post subject: Problem in forwarding |
|
|
 Disciple
Joined: 05 Jul 2004 Posts: 199 Location: Detroit, MI
|
This is all on Widows 2003 with MQ 5.3.
We currently have a clustered queue that we "feed" messages onto. Requests put on the queue get distributed to the servers that have this queue and are part of the cluster.
Question/issue is that we can't seem to put messages on this clustered queue from a remote system. In other words, it doesn't seem we can feed this as a "remote queue".
Is there someway to route messages from a remote queue onto a clusterecd queue (in a different cluster)?
We basically are trying to create a proxy queue here. _________________ Careful with that VAX Eugene |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 13, 2007 11:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
It sounds like a simple cluster alias, which is perfectly straightforward and described in the documentation.
What happens when you try? Error codes, messages in the DLQ, what? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Nov 13, 2007 12:48 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
You are trying to do the MQPUT to a Remote Queue Definition that points to a set of queues that are clustered?
Is this remote q def hosted on a QM in the cluster?
Either way can you post the remote q def? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 14, 2007 2:24 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I thought he was trying to put from a qmgr that's not in the cluster to the gateway for cluster resolution and load balancing. This works only with a cluster alias on the gateway... Specify the cluster alias as remote qmgr...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 14, 2007 2:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
I thought he was trying to put from a qmgr that's not in the cluster to the gateway for cluster resolution and load balancing.
|
That was my take too...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Nov 14, 2007 5:47 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
klamerus I'm sure it can be done. If you post the QMs, cluster(s) and queues in question we can come up with the defs needed. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|