Apache 2.0 - see LICENSE
NOTE: If you are looking at the source - please run build.bat before opening the solution. It creates the SolutionVersion.cs file that is necessary for a successful build.
MassTransit is lean service bus implementation for building loosely coupled applications using the .NET framework.
Documentation is located at http://docs.masstransit-project.com/.
Download straight from NuGet 'MassTransit' Search NuGet for MassTransit
Download officially released builds from Github.
Download Nightly Binaries from TeamCity.
install-package MassTransit.RabbitMq
then;
ServiceBusFactory.New(sbc =>
{
sbc.UseRabbitMq();
sbc.UseRabbitMqRouting();
sbc.ReceiveFrom("rabbitmq://localhost/mybus");
});
- Clone the source down to your machine.
git clone git://github.com/MassTransit/MassTransit.git
- Ensure Ruby is installed. RubyInstaller for Windows
- Ensure gems are installed.
gem install albacore semver2
- Run
build.bat
.
git config --global core.autoclrf false
- Shared ReSharper settings are under src/MassTransit.resharper.xml
- Make a pull request.
rake global_version
generates the global version if you prefer building with MsBuild/Visual Studio.
- .NET Framework 3.5
- (Will also try to build for .Net 4.0)
Logo Design by The Agile Badger