Author |
Message
|
manishdharbale |
Posted: Sun Feb 29, 2004 10:46 pm Post subject: Message forwarding to to router Quemanager |
|
|
Newbie
Joined: 27 Feb 2004 Posts: 5
|
hi
i had 2 Queue manager MQ1 & MQ2 ; i had one router queue Manager MQR; when i writes some message to router Queue manager it give it to MQ1 & MQ2 one - one in roundrobine;
Now i had one queue manager which has actaul messages , now that i wanns to write it to the router Queue manager so that mine functionality goes through ;
does any once know how to do this;
Q 1. does router Queue manager allows to do the forwarding ?
if not whats the solution ;
Plz help me out in this issue
Thanx in advace
Regards
Manish |
|
Back to top |
|
 |
mqonnet |
Posted: Mon Mar 01, 2004 6:16 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Manish, its really hard to understand what you are trying to say and what your problem is.
You can have your app connected to the "router" qm and put the message to clustered queues which are hosted by MQ1 and MQ2. If you set the queue attribute defbind(NOTFIXED) on both instances of this clustered queue, then any app that you use to put to these queues, MQ would put the messages in round-robin fashion.
If you have defbind(OPEN) then all your messages go to only one qm.
If this doesnt help you, explain your scenario in a bit more detail and clearer way.
Good luck.
Cheers
Kumar |
|
Back to top |
|
 |
manishdharbale |
Posted: Mon Mar 01, 2004 6:08 pm Post subject: |
|
|
Newbie
Joined: 27 Feb 2004 Posts: 5
|
thanx
kumar
mine work with the router queue has been done & mine application is working fine in round robine fashtion; i used the thrid-party software to write messages on router queue ;
mine only problem is that i had one more queue manager which conatins the messages , now i wann to put all these messages from this new Queue manager to router Queue , for that i have to do the MQ forwarding; on a router Queue how to do the forwarding thats the only cach i am having it;
Regards
Manish |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 02, 2004 5:53 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Your question is still hard to understand.
Are you asking about adding another queue manager to a cluster?
Or are you asking how you configure MQSeries to move messages from one queue manager to another? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqonnet |
Posted: Tue Mar 02, 2004 5:58 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Manish, as jeff pointed out its still not really clear what you want to achieve and what your problem is.
But if you just want to move messages from one queue to the other then you could use the message mover app from the link below. And of course, if this is what is your problem, then this has nothing to do with clustering as such.
http://www.capitalware.biz/dl/code/c/mrtr.zip
Good luck.
Cheers
Kumar |
|
Back to top |
|
 |
manishdharbale |
Posted: Tue Mar 02, 2004 6:08 pm Post subject: |
|
|
Newbie
Joined: 27 Feb 2004 Posts: 5
|
hi
Kumar ,
we had two aplications; one is say powerfit , another say flex;
now flex us is using Queue manager QMflex ;
Powerfit application is having the router Que struture; on which it working fine;
To work powerfit application , it requires an input in MQt1, & Mqt2;
for loadbalancing purpose we have created Router QueManager that is MQtR;
now mine point is that how can automaticaly write messages to Powerfit application Router Quemanager ;
Mine simple need is that i wann to write messges on MQt1 , MQT2 in round robine fastion; now source of these messages will be QMflex ;
How can i achive this;
Regards
Manish |
|
Back to top |
|
 |
|