visual studio 2008 - Trouble connecting to remote private msmq to read -
i not windows security expert. want lay out right away.
i built windows service running on windows 7 machine trying receive messages private msmq on machine (within same domain). machine running windows 2003. have windows service run local system. getting "access message queuing system denied." exception. don't know best solution is.
should create specific account service run under , give necessary permissions account under queue?
should change service run under networkservice, or that?
like said earlier, not windows security expert, advice appreciated.
thanks
one part of problem generic non-expert windows security. if want access resource, file share or message queue, need have permission. host queue doesn't know accounts local windows 7 machine. both machines in same domain make sense run windows service under domain account. can set permissions on queue accordingly.
the other part of problem how pull messages remote queue. isn't simple you'd like, discussed here:
understanding how msmq security blocks rpc traffic
cheers
john breakwell
Comments
Post a Comment