MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com Thanks to @CodingInsomnia for testing out the MiniBuss...
I made a small update to MiniBuss , the micro service bus framework. The messages you send, Commands and Events, are no longer dependent on IMessage . The messages sent on the bus can now be any .NET class which can be safely serialized. The MiniBuss...
The micro service bus framework for msmq called MiniBuss is now open source on Codeplex at http://minibuss.codeplex.com There is also now a NuGet package available for easy install into projects: If you’re interested in co-op on this project, please contact...