Author |
Message
|
bnewman18 |
Posted: Thu Mar 14, 2002 3:56 pm Post subject: |
|
|
Newbie
Joined: 06 Mar 2002 Posts: 5
|
Hi,
I'm wondering if this is possible. I am receiving multiple messages in one incoming message. I parse the message to generate n number of individual messages. The problem now is how can I send those messages out independently of each other. In other words, I have 5 PO's contained in one message, I'd like to separate them and process each one individually by putting it on a queue. I belive MQSI only allows one message to go out a node. Does anyone know if this can be done?
Thanks in advance |
|
Back to top |
|
 |
amigupta1978 |
Posted: Thu Mar 14, 2002 4:01 pm Post subject: |
|
|
Centurion
Joined: 22 Jan 2002 Posts: 132 Location: India
|
Hi,
Which version of MQSI U r using. Ig u r using MQSI 2.1 there is a ESQL command called propogate to do the thing U reqd.
Otw No direct way... U can ask for multiply node ..or build ur own ESQL to achieve this by looping using the FilterNode and Compute Node. I can send u a sample message flow using the looping. Just give me ur mail id.
Amit |
|
Back to top |
|
 |
bnewman18 |
Posted: Fri Mar 15, 2002 6:37 am Post subject: |
|
|
Newbie
Joined: 06 Mar 2002 Posts: 5
|
Thanks for the reply. I am using MQSI 2.1 I will try the propogate command. If you could send me some sample code as well, that would be most appreciated. My email is bnewman@ams.com.
Thanks.
|
|
Back to top |
|
 |
jfluitsm |
Posted: Fri Mar 15, 2002 8:29 am Post subject: |
|
|
Disciple
Joined: 24 Feb 2002 Posts: 160 Location: The Netherlands
|
There is also a solution which works on V2.0.
Just wire 5 Compute nodes on the out terminal from the MQInput node, the wire 5 MQOutput nodes, one on every Compute node.
another way si to use a Compute node to build a DestinationList and use the GoToLabel node.
_________________ Jan Fluitsma
IBM Certified Solution Designer WebSphere MQ V6
IBM Certified Solution Developer WebSphere Message Broker V6 |
|
Back to top |
|
 |
Naftalanja |
Posted: Fri Mar 15, 2002 4:08 pm Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
Or else if you know the conditions for distributing, you can use the destination list. I dont know if this helps, should you need additional help let me know. thanx |
|
Back to top |
|
 |
|