Author |
Message
|
LH33 |
Posted: Fri Oct 08, 2004 6:16 am Post subject: 2 Input queues in one flow? |
|
|
Master
Joined: 21 Nov 2002 Posts: 200
|
Can you have a message flow that is tied to an input queue and upon a message being placed on that input queue, go to another queue that is holding messages for processing and process the messages through the flow? If so, can someone help me undersatnd how to do it?
Thanks! Lisa |
|
Back to top |
|
 |
Heinz57 |
Posted: Fri Oct 08, 2004 7:26 am Post subject: |
|
|
 Apprentice
Joined: 21 Jan 2004 Posts: 26 Location: Syracuse, NY
|
|
Back to top |
|
 |
LH33 |
Posted: Fri Oct 08, 2004 7:58 am Post subject: |
|
|
Master
Joined: 21 Nov 2002 Posts: 200
|
I'm running v2.1. Is there a way to develop your own Plug-In node to do this? Has anyone ever done that?
Thanks! Lisa |
|
Back to top |
|
 |
kirani |
Posted: Fri Oct 08, 2004 4:50 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
With MQGet node (SupportPAc) you don't need to develop plugin Input node.
You can configure MQGet node to retrieve the message either using MsgId and/or CorrelId from the intermediate queue and store the output into some tree (for Example, Environment etc).
In a compute node you can refer to original input message tree and retrieved message tree (created by MQGet node) to do your processing. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
Ramphart |
Posted: Mon Oct 11, 2004 4:02 am Post subject: |
|
|
 Disciple
Joined: 21 Jul 2004 Posts: 150 Location: South Africa, JHB
|
Why would you want to do this in the first place? Can you explain your scenario for needing to do this please?
Regards,
Ramo _________________ Applications Architect |
|
Back to top |
|
 |
EgilsJ.Rubenis |
Posted: Mon Oct 11, 2004 6:00 am Post subject: scenario for z/OS |
|
|
Acolyte
Joined: 18 Nov 2002 Posts: 63 Location: Germany, Alfeld
|
Hi, i did something similar. for z/OS we have the "32K problem" passing data to a cics transaction. i didn't want to split one large message into smaller portions. in my messageflow i generated a cics-caller-message and placed the original message in another queue. from the triggered cics transaction i did a MQGET to recieve the large message (with msgID).
cheers Egils |
|
Back to top |
|
 |
|