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.
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.
ReplyDeleteoh sh*t didn't notice the post is so old
ReplyDeleteNice info anyway, I might be taking a look at it. Are you using database tables for the messages or SQL Service Broker Queues?
ReplyDeleteJust plain tables and plain SQL. Expect a setup & getting started tutorial soon.
ReplyDelete