vote up 3 vote down star
2

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

flag

8 Answers

vote up 3 vote down check

MassTransit

link|flag
code.google.com/p/masstransit – khebbie Dec 17 '08 at 19:35
vote up 1 vote down

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|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

Not open source, but highly respected

http://neuronesb.com/

link|flag
vote up 1 vote down

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|flag
vote up 2 vote down

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|flag
vote up 0 vote down

What types of ESB-like features do you require?

link|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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