MSMQ query

M

Mat Andrews

I'm getting an error "Message queuing is not installed on this computer".
This implies that I need to install MSMQ on the computer sending the message
as well as the computer which is to receive the message. Right? Seems a
bit of an overhead!

Cheers
 
R

Roy Fine

Mat Andrews said:
I'm getting an error "Message queuing is not installed on this computer".
This implies that I need to install MSMQ on the computer sending the message
as well as the computer which is to receive the message. Right? Seems a
bit of an overhead!

Cheers

Mat,

Most definitely - you must install MSMQ on the client machines. You may be
tempted to copy the set of mqxxx.dll files to the Windows\System32 folder,
but that will get you nowhere because the MQ services need to be installed,
registered, and started.

If you have a large number of clients, consider an unattended install to
ease the burden...

regards
roy fine
 

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