Author |
Message
|
siri2083 |
Posted: Tue Jul 07, 2009 12:52 am Post subject: How to make a flow to listen on multiple queues |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi,
My flow is like MqInputNode---->ComputeNode----->MqOutputNode. There are 10 different queues where an external system can place the message to trigger my flow.
Can we make a flow to listen on multiple input queues?
 |
|
Back to top |
|
 |
zpat |
Posted: Tue Jul 07, 2009 12:56 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Yes, just wire up more than one MQinputnode, they can all connect to the next node in the flow.
Internally - this causes more than one flow instance to be created - one for each input node.
You might find using queue aliases is simpler, to direct all the messages to one underlying local queue. |
|
Back to top |
|
 |
ein |
Posted: Wed Jul 08, 2009 3:52 am Post subject: |
|
|
Centurion
Joined: 14 Mar 2009 Posts: 108
|
Which version of MB are you using.
If it is V6.
Then try with this IA97 fixpac.
Download it from net. you will come to know.  |
|
Back to top |
|
 |
zpat |
Posted: Wed Jul 08, 2009 4:13 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Category 2 - unsupported. No mention of WMB 6.1 in the manual.
I would suggest using this only if you can't do what you need with standard WMB or MQ options. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jul 08, 2009 4:24 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
zpat wrote: |
I would suggest using this only if you can't do what you need with standard WMB or MQ options. |
Cat 2 support pacs in a production should be a last resort, especially if your internal audit people are the nervous types and/or you have the sort of business where down time costs big bucks. Explaination of why IBM won't help get the system back can be...interesting....
...understanding of course that sometimes the last resort is often the only resort!
Not in this case IMHO. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|