Author |
Message
|
kjreddy |
Posted: Fri Apr 06, 2007 1:30 am Post subject: reg MQSeries 'Distribution Lists' |
|
|
Novice
Joined: 16 Feb 2007 Posts: 20
|
Hi ,
I have a requirement where-in a message PUT on a MQ Queue on z/OS (Mainframe) has to reach multiple destination queues running on Windows Platform.
I know this can be done by 'Distribution Lists' , Please let me know how do i configure this requirement on MQ for z/OS.
Please share any document or Info relating to this at jagadishreddyk@gmail.com
Thanks and Regards.,
Jagadish Reddy |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri Apr 06, 2007 2:06 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
from the manual:
Quote: |
Sending messages to a distribution list
In WebSphere MQ on all platforms except z/OS, an application can send a message to several destinations with a single MQPUT call.
|
_________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 06, 2007 2:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Right, so a distribution list is a construct that is built inside one's program - and as Michael says, appears not to be supported on zOS.
This means you won't be able to use one MQ Put to send the same data to several queues, at least directly from zOS.
You could use Pub/Sub, you could use more than one PUT, or you could use several other techniques which I'm sure you can think of. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tleichen |
Posted: Tue Apr 10, 2007 12:58 pm Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
But, you CAN use namelists on zOS.  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 10, 2007 1:21 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
tleichen wrote: |
But, you CAN use namelists on zOS.  |
Which the application would have to inquire against, and then do a manual PUT to each entry. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kjreddy |
Posted: Tue Apr 10, 2007 8:36 pm Post subject: Re : reg MQSeries 'Distribution Lists' |
|
|
Novice
Joined: 16 Feb 2007 Posts: 20
|
Hi ,
Since distribution lists are not supported in z/OS , what is the other alternative where-in a message PUT on a MQ Queue on z/OS (Mainframe) has to reach multiple destination queues running on Windows Platform.
Regards.,
Jagadish |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Apr 10, 2007 8:48 pm Post subject: Re: Re : reg MQSeries 'Distribution Lists' |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
kjreddy wrote: |
Hi ,
Since distribution lists are not supported in z/OS , what is the other alternative where-in a message PUT on a MQ Queue on z/OS (Mainframe) has to reach multiple destination queues running on Windows Platform.
Regards.,
Jagadish |
Send one message to a windows queue and have a windows app pick it up and do the put to the dist list... Or use pub/sub... _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 11, 2007 3:31 am Post subject: Re: Re : reg MQSeries 'Distribution Lists' |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
kjreddy wrote: |
what is the other alternative where-in a message PUT on a MQ Queue on z/OS (Mainframe) has to reach multiple destination queues running on Windows Platform. |
jefflowrey wrote: |
You could use Pub/Sub, you could use more than one PUT, or you could use several other techniques which I'm sure you can think of. |
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|