Skip to content

rabbitmq/rabbitmq-dotnet-client

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2024
Jan 16, 2025
Nov 8, 2024
Apr 7, 2025
Jul 8, 2024
Jan 3, 2025
Feb 18, 2015
Nov 8, 2024
Feb 19, 2024
Oct 12, 2023
Oct 22, 2024
Mar 17, 2025
Mar 20, 2019
Nov 8, 2024
Sep 4, 2024
Jul 12, 2020
Mar 21, 2019
Jul 20, 2020
May 9, 2024
Oct 30, 2024
Sep 4, 2024
Nov 8, 2024
Feb 11, 2025
May 22, 2024
Nov 8, 2024
May 3, 2023
Nov 8, 2024
Feb 7, 2018
Sep 4, 2024

RabbitMQ .NET Client

GitHub Actions rabbitmq-dotnet-client CodeQL

This repository contains source code of the RabbitMQ .NET client. The client is maintained by the RabbitMQ team at Broadcom.

Dependency (NuGet Artifact)

The client is distributed via NuGet.

Tutorials and Documentation

Supported Platforms and .NET Releases

7.x

7.x versions of the library require .NET framework 4.6.1 or any supported .NET version. They also introduce potentially breaking public API changes covered in the changelog and migration guide.

6.x

6.x versions of the library require .NET framework 4.6.1 or any supported .NET version. They also introduce potentially breaking public API changes covered in the changelog.

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.

Building from Source

Please see How to Run Tests for the build and test process overview.

Contributing

See Contributing and How to Run Tests.

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.