-
Recent Posts
Recent Comments
Archives
- March 2013
- November 2012
- August 2012
- July 2012
- April 2012
- November 2011
- May 2011
- March 2011
- May 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
Categories
Meta
Category Archives: masstransit
Implementing Routing Slip with MassTransit
This article introduces MassTransit.Courier, a new project that implements the routing slip pattern on top of MassTransit, a free, open-source, and lightweight message bus for the .NET platform. Introduction When sagas were originally conceived in MassTransit, they were inspired by … Continue reading
MassTransit v2.5.3 Now Supports the TPL
As I’ve started to use MassTransit with SignalR, one of the things that annoyed me was the hoops I had to jump through to get a nice asynchronous request from SignalR into MassTransit. There was a lot of plumbing since … Continue reading
Also posted in signalR
2 Comments
MassTransit v2.0 Beta Available Now on NuGet!
After what seems like a long slumber, along with work being done on other projects such as Topshelf and Stact, it is our great pleasure to announce the first beta release of MassTransit v2.0. What originally started out as a … Continue reading
Also posted in c#, msmq
3 Comments
MassTransit Update
It’s been a while since I’ve posted about MassTransit, the .NET distributed application framework and service bus that Dru Sellers, myself, and several other contributors have been working on for the past 2.5 years. This is mostly due to a … Continue reading
Also posted in .net
5 Comments
Building a Service Gateway Using MassTransit, Part 3
This post is the third in a series on building a highly available service gateway. The implementation will be built in C# using MassTransit, StructureMap, ASP.NET MVC, and NHibernate. Did somebody say code? The past two posts began to explain … Continue reading
Building a Service Gateway Using MassTransit, Part 2
This post is the second in a series on building a highly available service gateway. The implementation will be built in C# using MassTransit, StructureMap, ASP.NET MVC, and NHibernate. Continued… In part one, I discussed two exchange patterns that are … Continue reading
Building A Service Gateway Using MassTransit, Part 1
This post is the first in a series on building a highly available service gateway. The implementation will be built in C# using MassTransit, StructureMap, ASP.NET MVC, and NHibernate. Introduction A common way of applying a messaging solution to an … Continue reading
Performance Counters Added to MassTransit
One feature that is often overlooked in software development is the output of information that can be observed by operations once the application is in production. Fortunately, many open source projects are leveraging log4net to provide a configurable level of … Continue reading
Also posted in .net, c#
3 Comments
Interface Subscriptions Now Supported by MassTransit
Last year when we were reviewing the backlog of items that we wanted to build for MassTransit, one item that kept rising to the top of the list is a solid story for evolving message producers over the lifecycle of … Continue reading
Under the Covers with MassTransit Endpoints
This post details some of the internal changes to how MassTransit, an open-source lightweight service bus, communicates with transports such as MSMQ, ActiveMQ, and TIBCO. These changes are not likely to impact anyone using MassTransit, they are all well below … Continue reading
Also posted in .net, activemq, c#, msmq
3 Comments
