Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any .NET ESBs?

Tags:

.net

esb

ESBs (Enterprise Service buses) have become quite popular in the enterprise Java world - but are there any equivalents in the .NET arena?

like image 264
rajax Avatar asked Sep 25 '09 21:09

rajax


2 Answers

There's NServiceBus.

like image 123
Mark Seemann Avatar answered Oct 11 '22 08:10

Mark Seemann


Some more service buses in the .NET world:

MassTransit - https://github.com/masstransit/
Rhino Service Bus - http://hibernatingrhinos.com/open-source/rhino-service-bus

like image 33
rivethead_ Avatar answered Oct 11 '22 06:10

rivethead_