|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Rout to Label Node Error Processing |
« View previous topic :: View next topic » |
Author |
Message
|
LH33 |
Posted: Thu Jun 12, 2003 10:35 am Post subject: Rout to Label Node Error Processing |
|
|
Master
Joined: 21 Nov 2002 Posts: 200
|
HI! I have a message flow that uses Route To Label Nodes. Here is what my flow looks like:
Input Node -----Compute Node to Set Labels ----Route To Label
Create Label ---- Compute Node to do transformations ---- Route To Label
ChgeJob Label ---Compute Node to do transformations ---- Route To Label
CloseJob Label ---Compute Node to do transformations ---- Route To Label
CompleteFlow ----Compute Node to Complete the flow ------Output Node
My issue is that within the Compute node for transformations, if certain conditions exist, I need to format an informational error message and write it to a queue and continue on in the same Compute node with the rest of the transformations. Can anyone help with how to code this.
Thanks in advance!!
[/img] |
|
Back to top |
|
 |
kirani |
Posted: Thu Jun 12, 2003 11:19 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Use a FlowOrder node!
connect the first terminal to a new compute node where you will create your informational error message and then connect it to output queue. To the second terminal of Floworder node, connect your existing Compute node, which is doing the transformation.
For example,
Code: |
ChgeJobLabel->FlowOrder(First)->Compute1(out)->MQOutput1
FlowOrder(second)->compute node to do transformations -> Route to Label
|
_________________ 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 |
|
 |
LH33 |
Posted: Thu Jun 12, 2003 11:32 am Post subject: |
|
|
Master
Joined: 21 Nov 2002 Posts: 200
|
Kiran,
Thanks - I will try this now! |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|