Sunday, May 1, 2011

Should MSMQ be installed if we use MSMQ to communicate between applications?

Hello everyone,

Should MSMQ be installed through Add/Remove programs in control panel if we use MSMQ in C#?

Thanks

From stackoverflow
  • Yes, in order to use the MSMQ libraries in C# you'll need to have it installed on the machine running the code.

    If you're interested in getting it installed with your setup project, check out this question.

0 comments:

Post a Comment