MSMQ query

  • Thread starter Thread starter Mat Andrews
  • Start date Start date
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
 
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
 
Back
Top