MassTransit-Project

MassTransit
Developer(s) Chris Patterson ("phatboyg"), Dru Sellers ("drusellers")
Stable release
3.1.2 / Dec 30, 2016[1]
Written in .NET
Operating system Windows
Type Enterprise Service Bus (ESB)
License Apache 2.0
Website http://masstransit-project.com/

MassTransit is free software/open-source .NET-based Enterprise Service Bus (ESB) software that helps Microsoft developers route messages over MSMQ, RabbitMQ, TIBCO and ActiveMQ service busses, with native support for MSMQ and RabbitMQ. It supports multicast, versioning, encryption, sagas, retries, transactions, distributed systems and other features. It uses a "Control Bus" design to coordinate and the Rete algorithm to route. Since it does not include "business monitoring" or a "business rules engine" (and requires programming to implement sagas for orchestration), MassTransit is typically considered to be in the category of "lightweight ESB" software.[2][3]

The project is led by Microsoft MVP and national conference speaker Chris Patterson ("phatboyg"),[4][5] who is also the author of the Magnum and TopShelf projects,[6] and is co-authored by Dru Sellers and Travis Smith.[7][8] By April 2014 downloads of the package through NuGet passed 1,000 per week.[9]

MassTransit is similar to a commercial offering called nServiceBus, and developers often pick one or the other for their implementation.[10] The similarity is no accident, as the authors note that MassTransit was first built in 2007 as an alternative to nServiceBus,[11] and the projects share the use of some code.[12] Other similar "NuGet" ESB packages include Rebus and Rhino Service Bus.[13]

References

  1. "MassTransit". NuGet Gallery. Retrieved 3 February 2016.
  2. Feraga, Matthias (6 Jun 2001). "How to: choosing between lightweight and traditional ESBs". Octo. Retrieved 22 April 2014.
  3. Hadlow, Mike (22 Jul 2009). "Code rant: A First Look at MassTransit". Code Rant. Retrieved 23 April 2014.
  4. "Most Valuable Professional - Chris Patterson". Microsoft. Retrieved 23 April 2014.
  5. "(Microsoft) Build 2014 (Conference): Continuous Delivery and Continuous Integration with Visual Studio Online and Microsoft Azure". Channel 9.
  6. Franklin, Carl (30 Aug 2012). "Chris Patterson Builds MassTransit". .NET Rocks!. Retrieved 23 April 2014.
  7. "phatboyg Profile". NuGet Gallery. Retrieved 22 April 2014.
  8. "drusellers Profile". NuGet Gallery. Retrieved 22 April 2014.
  9. "Package Downloads for MassTransit". Nuget. Retrieved 23 April 2014.
  10. "NServiceBus vs MassTransit". StackOverflow. Retrieved 22 April 2014.
  11. "What is Mass Transit?". Mass Transit. Retrieved 22 April 2014.
  12. Dahan, Udi (7 Feb 2009). "NServiceBus 1.9". Retrieved 23 April 2014.
  13. "Top 20 NuGet packages for ESB". NuGet Must Haves. Retrieved 23 April 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.