Author |
Message
|
jhues789 |
Posted: Thu Sep 30, 2004 5:38 am Post subject: |
|
|
 Apprentice
Joined: 20 Jan 2004 Posts: 37 Location: Madison WI
|
Charlie,
I have a request from a developer to "mirror" a queue. But this application starts on the iSeries. MQ 5.3 CSD7. and ends on the Inter platform MQ 5.3 CSD07.
High Level
I have APP1 putting messages on Q1 and APP2 taking them off.
They now want APP3 to also take those same messages and process them.
We are looking for a way to mirror the messages after they get to Q1.
The transaction are put in the queue by a program running on the AS/400. The transaction are taken off the queue by a .net program running on Windows.
Any thoughts? Namelist? anything? magic?
Thanks for any help you can provide.
Joan |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Sep 30, 2004 7:40 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
please do not use News/Updates for discussions, I will split this topic later today. _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
jhues789 |
Posted: Thu Sep 30, 2004 7:45 am Post subject: |
|
|
 Apprentice
Joined: 20 Jan 2004 Posts: 37 Location: Madison WI
|
Thanks Michael.........
Sorry for the post in the wrong place!
Joan |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Sep 30, 2004 11:34 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
clindsey |
Posted: Thu Sep 30, 2004 4:31 pm Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Joan,
If your developers can modify the code that puts the message to Q1 on the AS/400, they could change it to use a distribution list and put to both Q1 and the remote Q on Windows at the same time.
If not, then you could use mirrorq to mirror qll Q1 messages on the AS/400. There is not a version for AS/400 that you can download, but you can download one of the others, linux for example and extract the source code, mirrorq.c. You can follow the steps in the prologue of the source to see how to create a namelist to control the queue mirroring. The code will work as is. I heard from another poster on this forum that they were able to build it for iSeries. Chapter 15 of the WebSphere MQ Application Programming Guide has the steps for building an api exit on the AS/400.
Hope this helps,
Charlie |
|
Back to top |
|
 |
jhues789 |
Posted: Fri Oct 01, 2004 5:06 am Post subject: |
|
|
 Apprentice
Joined: 20 Jan 2004 Posts: 37 Location: Madison WI
|
Thank you for your suggestions.
We are hoping to try a few out next week. |
|
Back to top |
|
 |
|