MassTransit / MassTransit

Distributed Application Framework for .NET

Home Page:https://masstransit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MassTransit

MassTransit is a free, open-source distributed application framework for .NET. MassTransit makes it easy to create applications and services that leverage message-based, loosely-coupled asynchronous communication for higher availability, reliability, and scalability.

Mass Transit

MassTransit is Apache 2.0 licensed.

Documentation

Get started by reading through the documentation.

Build Status

Branch Status
master master
develop develop

MassTransit NuGet Packages

Package Name .NET .NET Standard .NET Framework
Main
MassTransit 6.0, 8.0 2.0 4.7.2
MassTransit.Abstractions 6.0, 8.0 2.0 4.7.2
MassTransit.Newtonsoft 6.0, 8.0 2.0 4.7.2
Other
MassTransit.Analyzers 2.0
MassTransit.Templates 6.0
MassTransit.SignalR 6.0, 8.0 4.7.2
MassTransit.Interop.NServiceBus 6.0, 8.0 2.0 4.7.2
MassTransit.TestFramework 6.0, 8.0 2.0 4.7.2
Monitoring
MassTransit.Prometheus 6.0, 8.0 2.0 4.7.2
Persistence
MassTransit.AmazonS3 6.0, 8.0 2.0 4.7.2
MassTransit.Azure.Cosmos 6.0, 8.0 2.0 4.7.2
MassTransit.Azure.Storage 6.0, 8.0 2.0 4.7.2
MassTransit.Azure.Table 6.0, 8.0 2.0 4.7.2
MassTransit.Dapper 6.0, 8.0 2.0 4.7.2
MassTransit.DynamoDb 6.0, 8.0 2.0 4.7.2
MassTransit.EntityFrameworkCore 6.0, 8.0 2.0
MassTransit.EntityFramework 2.1 4.7.2
MassTransit.Marten 6.0, 8.0 2.0 4.7.2
MassTransit.MongoDb 6.0, 8.0 2.0 4.7.2
MassTransit.NHibernate 6.0, 8.0 2.0 4.7.2
MassTransit.Redis 6.0, 8.0 2.0 4.7.2
Scheduling
MassTransit.Hangfire 6.0, 8.0 2.0 4.7.2
MassTransit.Quartz 6.0, 8.0 2.0 4.7.2
Transports
MassTransit.ActiveMQ 6.0, 8.0 2.0 4.7.2
MassTransit.AmazonSQS 6.0, 8.0 2.0 4.7.2
MassTransit.Azure.ServiceBus.Core 6.0, 8.0 2.0 4.7.2
MassTransit.RabbitMQ 6.0, 8.0 2.0 4.7.2
MassTransit.SqlTransport.PostgreSQL 6.0, 8.0 2.0 4.7.2
MassTransit.SqlTransport.SqlServer 6.0, 8.0 2.0 4.7.2
MassTransit.WebJobs.EventHubs 6.0, 8.0 2.0 4.7.2
MassTransit.WebJobs.ServiceBus 6.0, 8.0 2.0 4.7.2
Riders
MassTransit.Kafka 6.0, 8.0 2.0 4.7.2
MassTransit.EventHub 6.0, 8.0 2.0 4.7.2

Discord

Get help live at the MassTransit Discord server.

alt Join the conversation

GitHub Issues

Pay attention

Please do not open an issue on GitHub, unless you have spotted an actual bug in MassTransit.

Use GitHub Discussions to ask questions, bring up ideas, or other general items. Issues are not the place for questions, and will either be converted to a discussion or closed.

This policy is in place to avoid bugs being drowned out in a pile of sensible suggestions for future enhancements and calls for help from people who forget to check back if they get it and so on.

Building from Source

  1. Install the latest .NET 8 SDK
  2. Clone the source down to your machine
    git clone https://github.com/MassTransit/MassTransit.git
  3. Run dotnet build

Contributing

  1. Turn off autocrlf
    git config core.autocrlf false
  2. Hack!
  3. Make a pull request

REQUIREMENTS

  • .NET 8 SDK

CREDITS

Logo Design by The Agile Badger

About

Distributed Application Framework for .NET

https://masstransit.io

License:Apache License 2.0


Languages

Language:C# 100.0%Language:PowerShell 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%