Thanks.
--
Software Engineer
What format are you using for the address of the queue? Pathname?
Formatname?
Are you sending messages TO the queue or receiving messages FROM the queue?
I assume you get an exception - if so, what is it?
The user is whichever account is performing the operation.
The MSMQ service will impersonate that account when it accesses the queue.
So if you are logged in and running a an app, then the user is you.
If, though, you have a service that is accessing the queue then it is the
account the service is configured to run under.
Cheers
John Breakwell (MSFT)
"Elizabeth Ware" <Elizab...@discussions.microsoft.com> wrote in message
news:99080309-74D9-4878...@microsoft.com...