Discussion:
MSMQ App access and setup??
(too old to reply)
PhB
2008-11-26 17:37:01 UTC
Permalink
Hi,

New to MSMQ and have coupla questions.

I've written an app that uses MSMQ. It works fine when the Q is local but
when I try to use a Queue remotely, I can't create, delete or otherwise
access one.

The remote Queue machine is a W2k3 server. When I log into this machine with
a local account I can see MSMQ services under Computer Management but when I
log in with my domain account MSMQ is not listed under Computer Management.

Could this be why I cannot access Queue's from my app?

Do I need to install a special component of MSMQ on the server to have
remote access to it?

Thanks!
John Breakwell (MSFT)
2008-11-27 14:31:02 UTC
Permalink
HI PhB

That all sounds like a simple problem of insufficent permissions.
What are the access permissions for MSMQ and also the queue you are sending
to?

You need at least Get Properties for your logged on account to see anything
at all.

By default, the Everyone special account has Send permissions but this
doesn't really mean "everyone".
In Windows 2003 and above it means all accounts the machine knows about
(local SAM and Active Directory).
If you are trying to access MSMQ using an account from a different forest,
or a workgroup machine, then you need to add permissions for Anonymous
Logon.

Cheers
John Breakwell (MSFT)
Post by PhB
Hi,
New to MSMQ and have coupla questions.
I've written an app that uses MSMQ. It works fine when the Q is local but
when I try to use a Queue remotely, I can't create, delete or otherwise
access one.
The remote Queue machine is a W2k3 server. When I log into this machine with
a local account I can see MSMQ services under Computer Management but when I
log in with my domain account MSMQ is not listed under Computer Management.
Could this be why I cannot access Queue's from my app?
Do I need to install a special component of MSMQ on the server to have
remote access to it?
Thanks!
Loading...