Author |
Message
|
doanair |
Posted: Thu Jan 11, 2007 8:51 am Post subject: MQ Distribution Lists and .NET |
|
|
Newbie
Joined: 11 Jan 2007 Posts: 4
|
Does the .NET API have support for sending messages to MQ Distribution Lists? If so, is it done the same way a normal put is done? Has anyone ever worked with a distribution list using the managed .NET API?
I would think it would work the same as a normal put with some config changes or something. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 11, 2007 8:55 am Post subject: Re: MQ Distribution Lists and .NET |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
doanair wrote: |
I would think it would work the same as a normal put with some config changes or something. |
Something like quoting the namelist instead of the queue name, that sort of thing?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
doanair |
Posted: Tue Jan 16, 2007 6:24 am Post subject: Distribution List |
|
|
Newbie
Joined: 11 Jan 2007 Posts: 4
|
I have not worked with distribution lists. I am not even sure how to set it up correctly, we are still trying to figure that out. We are receiving a message and need to reply to a distribution list. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 16, 2007 6:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Namelists are MQ objects, so there's no change for the application but a raft of stuff at the admin level.
In these enlightened and advanced times, they've pretty much been replaced by publish/subscribe for this kind of application.
(It was all different in my day.... ) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 16, 2007 6:52 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Namelists <> Distribution Lists.
Namelists are MQ objects.
Distribution Lists are Application objects.
I am not aware of a simple way to create a Distribution List from a Namelist.
To create a Destination List, you create a destination list object and then add destinations (queue names). Then you pass that to the Put call.
I've done this in ActiveX/COM - but that was several years ago and I wouldn't know how to do it with .NET these days. But it should be as simple as I said. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|