Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Msmq using C#

I am creating an installer for an Application that requires MSMQ to be installed, so if MSMQ is not installed, I need to install the msmq. So can MSMQ be installed using C# or any command??

I am using .net 4.0.

Thanks in advance

like image 782
Sumit Avatar asked Jul 13 '11 12:07

Sumit


People also ask

What is MSMQ C#?

MSMQ is a distributed or federated messaging system where every server hosts the queue infrastructure, and outgoing messages are sent locally before being delivered to their ultimate address.

Is MSMQ dead?

For all practical purposes, MSMQ is dead. Design interoperable systems: Get FREE access to Udi Dahan's Distributed Systems Design Fundamentals video course for a limited time. The real cause of MSMQ's demise is . NET Core.


2 Answers

Here is an answer: Including MSMQ as a prerequisite for my application

Also setup script for MSMQ unattended installation

like image 180
Jacob Seleznev Avatar answered Sep 28 '22 18:09

Jacob Seleznev


have a look at the below:

http://forums.asp.net/p/1423158/3193402.aspx/1?Re+Installing+MSMQ+Programatically

like image 42
Massimiliano Peluso Avatar answered Sep 28 '22 19:09

Massimiliano Peluso