|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
use of label node for MRM (CWF) messages |
« View previous topic :: View next topic » |
Author |
Message
|
vickie_ews |
Posted: Tue Oct 08, 2002 7:52 am Post subject: use of label node for MRM (CWF) messages |
|
|
Novice
Joined: 04 Sep 2002 Posts: 18
|
For messages from a COBOL application, we transform to XML, and send to a client. We will be receiving multiple COBOL messages and want to use route-2-label node to send to the appropriate flow for transformation.
In our original flow, the MQInput node (w/corresponding queue) designates:
Message Domain: MRM
Message Set: DQJNS7894Q001
Message Type: Finance
Message Format: CWF
However, on the label node, there is not a way to designate the MRM message set type. So is it enough to use the Compute Node to specify the MRM Properties w/o an MQInput node. Is the routing to the labelnode still dynamic? or does it require an MQInput node and corresponding queue?
gratefully,
vickie_ews |
|
Back to top |
|
 |
cute_pav |
Posted: Tue Oct 08, 2002 1:13 pm Post subject: |
|
|
Acolyte
Joined: 04 Jan 2002 Posts: 65 Location: usa
|
vickie,
I am not sure that I interpreted your problem correctly,
to use your lable node for multiple flows you may need to use compute node to set an intelligence of messagetype and to send corresponding flow.
your design may look like the following:
MQInputNode -> ComputeNode(use ESQL code for intelligence) -> Route to Label -> Label -> subflow -> MQOutputNode.
pavan |
|
Back to top |
|
 |
vickie_ews |
Posted: Tue Oct 08, 2002 1:50 pm Post subject: 2. label name for MRM (CWF) |
|
|
Novice
Joined: 04 Sep 2002 Posts: 18
|
Yes, you interpreted correctly. Specifically though, the subflow will have a Compute Node to transform the COBOL to XML. Can the Message Set Properties be assigned only in of the subflow Compute Node?
The MQInput Terminal does not have a Default Tab to designate the Message Properties settings (like in an MQInput node)?
gratefully,
vickie_ews |
|
Back to top |
|
 |
kirani |
Posted: Tue Oct 08, 2002 2:37 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Vickie,
You will have to read your input message AS BLOB in your MQInput node. In one of the compute node, you will use some logic to identify record type and then based on record_type you will branch to appropriate label nodes. So your main msg-flow will look like this,
MQInput->Compute1->RouteToLabel
Label1->Subflow1->MQOutput1
Label2->Subflow2->MQOutput1
and so on....
Your label node will be connected to some sub-flow. Your sub-flow will consist of,
InputTerminal->ResetContentDescriptor->Compute1->MQOutput/OutputTerminal.
Use ResetContentDescriptor node to apply appropriate message defn to your input message. Use compute node to transform your COBOL message into XML format.
I hope this helps. _________________ 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 |
|
 |
|
|
 |
|
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
|
|
|
|