Pages

Tuesday, July 13, 2010

Open Source Service Bus Options in .NET

In a recent project I had the opportunity to take a look at the open source ESB options in the .NET space.
Looks like there are not as many options as in Java space.

Here are the projects I found and look like they are alive:

In the next days I will post some basics about each of these projects.
Does anyone know of other options in this area? I would really like to take a look of them if you do.

4 comments:

  1. There's also my little project named NGinn.MessageBus (http://code.google.com/p/nginn-messagebus/) - its an async message bus using SQL server as queue storage. API is somewhat similar to other ESBs mentioned here. It's main goal is simplicity and ease of use, both for programers and for system admins and its aimed mainly at applications using SQL server as their primary database.

    ReplyDelete
  2. oh sh*t didn't notice the post is so old

    ReplyDelete
  3. Nice info anyway, I might be taking a look at it. Are you using database tables for the messages or SQL Service Broker Queues?

    ReplyDelete
  4. Just plain tables and plain SQL. Expect a setup & getting started tutorial soon.

    ReplyDelete