|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Distribution Lists |
« View previous topic :: View next topic » |
Author |
Message
|
TorpedoSTu |
Posted: Thu Aug 08, 2002 1:42 am Post subject: Distribution Lists |
|
|
Acolyte
Joined: 14 Nov 2001 Posts: 73
|
Hi All,
Can anyone tell me how to configure a distribution list in MQSI ?.
I know I can add multiple output nodes, but would prefer to have the destinatoin queues as an external reference.
Thanks in advance
Stu |
|
Back to top |
|
 |
pankajg |
Posted: Thu Aug 08, 2002 6:15 am Post subject: |
|
|
Acolyte
Joined: 11 Oct 2001 Posts: 53
|
Stu
U can define the distribution list in a compute node as follows & then set the destination mode fo the o/p node to "DESTINATION list ".
SET OutputDestinationList.Destination.MQDestinationList.DestinationData[1].queueName='OUTPUTQ1';
SET OutputDestinationList.Destination.MQDestinationList.DestinationData[2].queueName='OUTPUTQ1';
Hope this helps u . _________________ Regards
Pankaj |
|
Back to top |
|
 |
TorpedoSTu |
Posted: Thu Aug 08, 2002 6:38 am Post subject: |
|
|
Acolyte
Joined: 14 Nov 2001 Posts: 73
|
Pankaj
U are a star !!!!
Thanks
Stu |
|
Back to top |
|
 |
kirani |
Posted: Thu Aug 08, 2002 7:44 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
FYI.
If you are using WMQI 2.1, IBM recommends that you use new LocalEnvironment Tree. You can set DestinationList in new tree by:
Code: |
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].queueName = 'Q1';
SET OutputLocalEnvironment.Destination.MQ.DestinationData[2].queueName = 'Q2';
....
|
_________________ 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
|
|
|
|