up vote 10 down vote favorite
8
share [g+] share [fb]

Does anyone know about .Net ESB's out there, I would prefer Open Source. Personally I know about - NServiceBus http://www.nservicebus.com/ - ESB.Net http://www.codeplex.com/KeystrokeEsbNet - Microsofts guidance on ESB using BizTalk

link|improve this question

70% accept rate
feedback

8 Answers

up vote 11 down vote accepted

MassTransit

link|improve this answer
2  
code.google.com/p/masstransit – khebbie Dec 17 '08 at 19:35
These days MassTransit is hosted on github: github.com/phatboyg/MassTransit – Cocowalla May 21 '11 at 21:55
3  
+1 Solid. Here's an example with it: github.com/haf/Documently – Henrik Jul 12 '11 at 19:12
feedback

Neuron from Nuedesic is the best .NET ESB out there, but it's not cheap.

NServiceBus and MassTransit are both MSMQ based, not WCF based, so keep that in mind if you are expecting a WCF based solution. I'm working on a WCF based ESB and blogging about it here: http://www.iserviceoriented.com the code can be downloaded here: http://www.github.com/jezell/iserviceoriented as I work.

Personally, I don't really like the NServiceBus approach, but Udi is a really smart guy and it probably has the most use out of any open source .NET ESB right now since it's been around since before WCF.

link|improve this answer
2  
Wnat don't you like about NServiceBus? – gWiz Jan 14 '11 at 5:28
feedback

Ayende, has just released Rhino Service Bus: http://ayende.com/Blog/archive/2008/12/17/rhino-service-bus.aspx

link|improve this answer
feedback

From the sound of things you need something that has stood the test of time. So I would recommend you don't run one-man-band mini-projects such as Ayende's.

A better idea is to use some of the aforementioned, or use IKVM to run a more robust Java-based solution, such as OpenESB, etc.

link|improve this answer
feedback

This isn't open source but we use Tibco at our work. It's not completely rolled out yet, but it does make our SOA a lot easier to manage

link|improve this answer
feedback

What types of ESB-like features do you require?

link|improve this answer
feedback

ESB.NET is free (unless you want the core codebase), fast, lightweight & extensible. A little hard to get up & running, but I guess it's not aimed at the general web services market, more enterprise level services. Could do with some more polishing of UI's, but the server is awesome. Supports Raw HTTP, MSMQ, WCF, ... and your own transports. Very extensible. Federated...

Pretty neat package overall.

link|improve this answer
feedback

Not open source, but highly respected

http://neuronesb.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.