-
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
Accessing ActiveMQ on Mac OSX from a Windows VM
With MassTransit, we support multiple messaging transports, including MSMQ (comes with Windows), ActiveMQ (an open-source Java message broker), and TIBCO EMS (a not-so-open-source message broker). With that in mind, teams building on the Windows platform can comfortably choose MSMQ and … Continue reading
Presenting on Event Driven Architecture and MassTransit
Event Driven Architecture Business applications no longer exist as isolated systems. In order to provide integrated solutions that add business value, applications must be connected. Modern approaches for enterprise application integration (EAI) such as Service Oriented Architecture (SOA) separate applications … Continue reading
Also posted in .net, esb
6 Comments
MassTransit Now Speaks XML By Default
Last night, I made a major update to the trunk of MassTransit that changes the default message format from binary to XML. Since the first drop of MassTransit, the default format for messages was binary. This had several advantages, one … Continue reading
Also posted in .net, msmq
4 Comments
State Machine for Managing Sagas
MassTransit supports sagas, which are long-lived transactions consisting of multiple events. The saga support makes it easy to orchestrate the events into a process, but it doesn’t do much to help with state management. Since state management is fairly common, … Continue reading
Also posted in .net
6 Comments
MassTransit 0.3 Released
Download MassTransit 0.3 Here Last night, Dru and I released version 0.3 of MassTransit. This is a pretty hefty milestone release with a lot of new functionality. I’m going to run down a list of some of the new features … Continue reading
Also posted in .net, esb, msmq, servicebus
Leave a comment
MassTransit 0.2 Now Available
We’ve dropped a new release of MassTransit today, version 0.2 is now available on the main page. There are several new features included in this release. It was great to get some feedback from people who have tried MassTransit, along … Continue reading
Also posted in .net, activemq, msmq
2 Comments
