Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.net Message Queuing solutions that are not MSMQ

Can anyone recommend a message queuing solution for use with a .net winforms application, preferably open source.

Up until now we have always used MSMQ and found it has worked well for us but the environments the application will be deployed to are not under our control on this project so we cannot guarantee MSMQ will be installed, the people using the application will not have the knowledge to install it and we don't have the resources to talk them all through the process.

So I am looking for something that is kind of like MSMQ but can be included within the application installation package.

like image 685
user1450877 Avatar asked Jun 12 '12 09:06

user1450877


3 Answers

RabbitMQ would be my first choice.

like image 186
duffymo Avatar answered Nov 01 '22 16:11

duffymo


There is also DotNetMQ (and associated CodeProject link).

like image 43
Adam Houldsworth Avatar answered Nov 01 '22 14:11

Adam Houldsworth


WebSphere MQ is fast and stable: http://www.redbooks.ibm.com/redbooks/pdfs/sg247012.pdf

like image 26
Michael Rask Christensen Avatar answered Nov 01 '22 16:11

Michael Rask Christensen