-
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
Monthly Archives: October 2009
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
Posted in masstransit
3 Comments
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
Posted in masstransit
4 Comments
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
Posted in .net, c#, masstransit
3 Comments
