RabbitMQ.NET alternatives and similar packages
Based on the "Queue" category.
Alternatively, view RabbitMQ.NET alternatives based on common mentions on social networks and blogs.
-
Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required -
CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern -
Confluent's .NET Client for Apache KafkaTM
Confluent's Apache Kafka .NET client -
CQRSlite
A lightweight framework to help creating CQRS and Eventsourcing applications in C# -
RawRabbit
A modern .NET framework for communication over RabbitMq -
Kafka Client
.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. -
Gofer.NET
Easy C# API for Distributed Background Tasks/Jobs for .NET Core. -
RestBus
Easy, Service Oriented, Asynchronous Messaging and Queueing for .NET -
SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers. -
Silverback
Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT). -
Enexure.MicroBus
MicroBus is a simple in process Mediator for .NET
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RabbitMQ.NET or a related project?
README
RabbitMQ .NET Client
This repository contains source code of the RabbitMQ .NET client. The client is maintained by the RabbitMQ team at VMware.
Dependency (NuGet Artifact)
The client is distributed via NuGet.
Tutorials and Documentation
Supported Platforms and .NET Releases
6.x
6.x
versions of the library require .NET 4.6.1 or a .NET Core version implementing .NET Standard 2.0.
They also introduce potentially breaking public API changes covered in the [changelog](CHANGELOG.md).
5.x and 4.x
4.x
and 5.x
versions of the library require .NET 4.5.1 or later or .NET Core.
For .NET Core users, 2.0 is the minimum supported version for 5.x
series.
Change Log
See [CHANGELOG.md](CHANGELOG.md).
Building from Source
Please see [How to Run Tests](RUNNING_TESTS.md) for the build and test process overview.
Contributing
See [Contributing](CONTRIBUTING.md) and [How to Run Tests](RUNNING_TESTS.md).
License
This package, the RabbitMQ .NET client library, is double-licensed under the Mozilla Public License 2.0 ("MPL") and the Apache License version 2 ("ASL").
This means that the user can consider the library to be licensed under any of the licenses from the list above. For example, you may choose the Apache Public License 2.0 and include this client into a commercial product.
*Note that all licence references and agreements mentioned in the RabbitMQ.NET README section above
are relevant to that project's source code only.