Gaurav - 

I would suggest using a single Output node with the Destination Mode set
to DestinationList.  Then, in a preceding Compute node, determine which
queue and queue manager the message belongs on and set the
DestinationList in the LocalEnvironment as follows:

  SET
OutputLocalEnvironment.Destination.MQ.DestinationData.queueManagerName =
{queue manager name};
  SET OutputLocalEnvironment.Destination.MQ.DestinationData.queueName =
{queue name};

If you are using locally defined Remote Queue Names, then set this as
the queueName and omit the queueManagerName.  Same thing if you are
using cluster, with unique queue names at each store.  Set this name for
queueName and omit the queueMangerName as the repository will resolve
this for you.

Hope this helps.  If you go this route, you will want to read up on the
details of using DestinationLists in the Working with Messages manual.

- Steve

-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of
Mittal, Gaurav
Sent: Wednesday, December 03, 2003 11:24 AM
To: [EMAIL PROTECTED]
Subject: Question on WMQI


I have a couple of questions regarding WMQI message flows:
1. We need to transfer same file to around 1000 stores, so will it be a
good option to use WMQI to message flow with 1000 output nodes, which
put message to remote queue definitions. These remote queues will take
data to the store queue managers via sender-receiver channel pair. 
2. We need to transfer each record in file to a different store, based
on a value in the message. We were thinking of using a WMQI message flow
to route the message to different output nodes based on the value of
this field(possibly using route to label). Again there are 1000
different output queues possible, out of which each message will go to
only one queue.

Please let me know if anyone is doing something similar or has a better
idea to achieve the same.

Regards
Gaurav Mittal _______________________________________________________
 EAI Consultant
Wipro Technologies
(612)-291-4551 (W)

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to