Author |
Message
|
mq_crazy |
Posted: Thu Mar 24, 2005 8:11 am Post subject: Simple message flow design question |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
I am using WBIMB 5.0 and config manager on windows for testing with CSD04. I created a message flow with input,compute, xml transformation and publication node. Created some message sets with the cobol copy books. In my current flow when the message comes in it has RFH2 header, then in compute node i will connect to database where it compares the message type with the entry in database to get the name of the stylesheet and applies it and works fine. Now I have to design a scenario where, when a message comes in, there should be different transformation of the stylesheets need to be done for different subcribers as we have to cut off certain tags for each of the subcriber. Can you please tell whats the best approcah i need to do for this. Urgent please... |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 24, 2005 8:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Have you considered getting training on WBIMB? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mq_crazy |
Posted: Thu Mar 24, 2005 8:21 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
I may be taking it, but do you have a solution for me now??? |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Mar 24, 2005 9:11 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
mq_dude wrote: |
I may be taking it, but do you have a solution for me now??? |
are you kidding? _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
mq_crazy |
Posted: Thu Mar 24, 2005 9:14 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
|
Back to top |
|
 |
malammik |
Posted: Thu Mar 24, 2005 10:23 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
It took us several weeks to think through and prototype a solution with similar goals as yours. Basically, you should think about persisting state of your subscriptions somewhere along with the information about how your subscribers want their stylesheets transformed. The transformation itself can be accomplished either via compute node or a customer node in java or c. _________________ Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 24, 2005 10:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Malamik - it seems like he got that part already down.
I read his question as "How do I implement decision making in Broker? What's the best design?".
And since that's a) really basic, and b) extremely dependant on the decision in question, I decided to be unhelpful.
The choices, of course, are IF statements, Filter and Flow Order nodes, RouteToLabel nodes, and multiple message flows with DestinationList settings to pass different messages to different queues. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mq_crazy |
Posted: Thu Mar 24, 2005 10:42 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
|
Back to top |
|
 |
|