MSMQ and user rights

K

Kimmo Laine

Hi,

when creating a new MessageQueue (in C#), can i tell that users from
specific Group can use it freely:

thx

Kimmo Laine
 
S

Scott Allen

Hi Kimmo:

Have you looked at the SetPermissions method?

mq.SetPermissions("groupname", MessageQueueAccessRights.FullControl);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top