NServiceBus vs. MassTransit

I have got an interesting request to compare and choose the right integration technology for one of my customer.

By the end of the day the technologies were limited by NServiceBus and MassTransit systems only.

The comparing process is simple. We create a sieve and filter the technologies through it. In the end we have got several, one or even zero winner.

The filters are the mix of technology, life cycle or old man questions. The whole filter process looks unscientific and unsystematic but it is sane (I hope) and simple.

Here are the filters:

  • What systems do we integrate?

  • What are your development resources: the team skills, the team agility, the team size?

  • Java, .NET or both?

  • What is the life horizon of the integration? 1, 2, 5, 10 years?

  • The nonfunctional requirements:

  • reliability

  • sustainability

  • scalability

  • performance: throughput (messages per sec/day); message size; latency

  • etc.

The integration technology could fail just on one filter and it will be enough to filter it out of competition.

So how NServiceBus and MassTransit compete there? They are very similar in technology aspects and a non-technology factor should give us the winner. It is the life horizon factor.

Here is the development activity on the code base of both systems:

image

image

Do I need to comment on those graphs? Probably not.

OK Let’s do one more check with the Google Trends:

image

There is a company that supports the NServiceBus, it is the Particular Software. The MassTransit is supported by open source community only, that had shown a lot of enthusiasm at early years but pretty much stopped by now. The key developers of the MassTransit have moved on some other projects.

I did not work with any of this system and, by any means, I do not choose the “best” integration system. Some of the features of one system could be much better then other, it doesn't matter now. I do not choose the better system, I do chose the failed system only for my specific requirements.

It happens the customer wants the integration code works and constantly improves at last next 5 years. From this perspective the MassTransit failed.

[Update: 2014-07-16
 BTW One of the core developer of the NServiceBus, Udi Dahan, made a comment on this post about the first picture. Seems a good proof of the healthy system.]

Print | posted on Tuesday, July 15, 2014 12:49 PM

This article is part of the GWB Archives. Original Author: Leonid Ganeline

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.