|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
how to avoid/Replace RCD node |
« View previous topic :: View next topic » |
Author |
Message
|
wmqiadmin |
Posted: Tue Mar 21, 2006 5:25 pm Post subject: how to avoid/Replace RCD node |
|
|
 Disciple
Joined: 19 Jun 2005 Posts: 163 Location: epping UK
|
Hi,
I am building a msgflow where depending upon the input request(XML) i have to convert it to CWF with some processing on it and then use RCD to parse that CWF and depending on some coditions convert it to XML back.
now, as i have many different requests , i will be using that many RCD nodes to convert it from CWF to XML. My question here is, is there any esql code which i can use instead of using RCD and uncluttering my messageflow with RCD nodes? please provide me an example.
eg: this is what i am building:
MQIN--->COMPUTE---->RoteToLabel---->RCD(1 to 9)----->COMPUTE-(1 to 9)---->MQOUT
i need something like:
MQIN--->COMPUTE---->RoteToLabel---->COMPUTE-B( 1 to 9)----->MQOUT
i want to add the RCD code in COMPUTE-B Node.
thanks in adv,
MQSIADM |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 21, 2006 5:30 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
CREATE FIELD ... PARSE... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mgk |
Posted: Wed Mar 22, 2006 2:42 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
If you are using version 6 of Message Broker, then you can also get rid of your RouteToLabel node, as the first Compute Node can PROPAGATE directly to a Label by name (V6 only).
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
mqsiadm |
Posted: Wed Mar 22, 2006 6:58 am Post subject: |
|
|
Novice
Joined: 05 Mar 2006 Posts: 12
|
thanks mgk for info on PROPAGATE command, i will definitly implement it as i have V6.
jefflowrey, thanks to you too, i will start investigating CREATE... PARSE command. |
|
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
|
|
|
|