CodeDesignPlus.Net.RabbitMQ.Abstractions 0.11.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CodeDesignPlus.Net.RabbitMQ.Abstractions --version 0.11.0
                    
NuGet\Install-Package CodeDesignPlus.Net.RabbitMQ.Abstractions -Version 0.11.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeDesignPlus.Net.RabbitMQ.Abstractions" Version="0.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeDesignPlus.Net.RabbitMQ.Abstractions" Version="0.11.0" />
                    
Directory.Packages.props
<PackageReference Include="CodeDesignPlus.Net.RabbitMQ.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeDesignPlus.Net.RabbitMQ.Abstractions --version 0.11.0
                    
#r "nuget: CodeDesignPlus.Net.RabbitMQ.Abstractions, 0.11.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CodeDesignPlus.Net.RabbitMQ.Abstractions@0.11.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeDesignPlus.Net.RabbitMQ.Abstractions&version=0.11.0
                    
Install as a Cake Addin
#tool nuget:?package=CodeDesignPlus.Net.RabbitMQ.Abstractions&version=0.11.0
                    
Install as a Cake Tool

CodeDesignPlus.Net.RabbitMQ

Quality Gate Status Bugs Code Smells Coverage Duplicated Lines (%) Vulnerabilities

Description

The CodeDesignPlus.Net.RabbitMQ library is part of the CodeDesignPlus.Net SDK, designed to provide a robust and flexible implementation for integrating RabbitMQ messaging into .NET applications. This library abstracts the complexities of RabbitMQ, offering a simplified interface for configuring and managing RabbitMQ connections, channels, and queues, which are essential for developing scalable and reliable message-driven applications.

Table of Contents

About The Project

The CodeDesignPlus.Net.RabbitMQ library is part of the CodeDesignPlus.Net SDK, designed to provide a robust and flexible implementation for integrating RabbitMQ messaging into .NET applications. This library abstracts the complexities of RabbitMQ, offering a simplified interface for configuring and managing RabbitMQ connections, channels, and queues, which are essential for developing scalable and reliable message-driven applications.

Key Features

  • Flexible Configuration:

    • The library provides detailed configuration options for RabbitMQ, including settings for host, port, username, password, retry intervals, and more. This allows developers to fine-tune their RabbitMQ setup to meet specific application requirements.

    • Configuration options are encapsulated in the RabbitMQOptions class, which supports validation and default values.

  • Queue Management:

    • It includes comprehensive support for managing RabbitMQ queues, including defining message TTL, queue expiration, maximum length, and priority settings.

    • Configurations are managed through the QueueArguments class, which validates and compiles these settings into a dictionary of arguments for RabbitMQ.

  • Connection Handling:

    • The library handles RabbitMQ connections efficiently, with retry mechanisms to ensure robust connectivity.
    • The RabbitConnection class manages the lifecycle of RabbitMQ connections, including creating and disposing of connections, and handling retries on failure.
  • Channel Provisioning:

    • It supports dynamic provisioning of RabbitMQ channels for publishing and consuming messages, ensuring that each domain event type has its dedicated channel.

    • The ChannelProvider class manages the creation and retrieval of channels based on event types, ensuring efficient message routing.

  • Event Handling:

    • The library simplifies the process of declaring exchanges and managing consumer tags for domain events, facilitating smooth event-driven architecture implementations.

    • Methods in ChannelProvider allow for declaring exchanges and retrieving channels for both publishing and consuming events.

  • Dead-Letter Exchange (DLX) Support:

    • Includes configuration for dead-letter exchanges and queues, helping to manage message failures and retries.

    • The RabbitPubSubService class provides methods for configuring standard and DLX queues, ensuring proper handling of undeliverable messages.

These features make the CodeDesignPlus.Net.RabbitMQ library a powerful tool for integrating RabbitMQ in .NET applications, providing flexibility, reliability, and ease of use.

Installation

To install the package, run the following command:

dotnet add package CodeDesignPlus.Net.RabbitMQ

Usage

For more information regarding the library, you can visit our documentation at CodeDesignPlus Doc

Roadmap

Refer to issues for a list of proposed features and known issues.

Roadmap

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b features/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

CodeDesignPlus - @CodeDesignPlus - codedesignplus@outlook.com

Project Link: CodeDesignPlus.Net.RabbitMQ

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CodeDesignPlus.Net.RabbitMQ.Abstractions:

Package Downloads
CodeDesignPlus.Net.RabbitMQ

CodeDesignPlus.Net.RabbitMQ provides a robust framework for integrating RabbitMQ with .NET Core applications. This library simplifies the process of producing and consuming RabbitMQ messages, enabling developers to build scalable and reliable event-driven systems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.12.0-beta.10246 629 9/9/2025
0.12.0-beta.7802 125 9/9/2025
0.12.0-beta.5359 188 9/7/2025
0.11.1-beta.0 191 9/21/2025
0.11.0 775 7/23/2025
0.11.0-rc.1647 517 7/23/2025
0.11.0-beta.476 515 7/22/2025
0.10.0 569 7/22/2025
0.10.0-rc.1306 518 7/22/2025
0.10.0-beta.471 518 7/22/2025
0.10.0-beta.470 515 7/22/2025
0.10.0-beta.469 518 7/22/2025
0.10.0-beta.468 508 7/21/2025
0.10.0-beta.467 469 7/21/2025
0.9.0 561 7/11/2025
0.9.0-rc.636 124 7/11/2025
0.9.0-beta.465 122 7/10/2025
0.8.0 221 7/10/2025
0.8.0-rc.306 122 7/10/2025
0.8.0-rc.305 127 7/10/2025
0.8.0-beta.149 122 7/10/2025
0.7.0 179 7/9/2025
0.7.0-rc.147 126 7/9/2025
0.7.0-rc.142 126 7/9/2025
0.7.0-rc.141 118 7/9/2025
0.7.0-rc.128 123 7/9/2025
0.7.0-beta.142 127 7/9/2025
0.7.0-beta.141 125 7/9/2025
0.7.0-beta.140 122 7/9/2025
0.7.0-beta.139 122 7/9/2025
0.7.0-beta.128 121 7/9/2025
0.7.0-beta.89 121 7/6/2025
0.7.0-beta.88 49 7/5/2025
0.7.0-beta.87 52 7/5/2025
0.7.0-beta.83 66 7/4/2025
0.7.0-beta.82 66 7/4/2025
0.7.0-beta.81 72 7/4/2025
0.7.0-beta.79 203 7/2/2025
0.7.0-beta.78 126 7/2/2025
0.7.0-beta.77 96 6/28/2025
0.7.0-beta.75 95 6/28/2025
0.7.0-beta.74 73 6/28/2025
0.7.0-beta.73 58 6/27/2025
0.7.0-beta.71 138 6/19/2025
0.7.0-beta.70 137 6/18/2025
0.7.0-beta.69 131 6/18/2025
0.7.0-beta.68 132 6/17/2025
0.7.0-beta.67 127 6/17/2025
0.7.0-beta.65 123 6/17/2025
0.7.0-beta.64 127 6/17/2025
0.7.0-beta.63 147 6/16/2025
0.7.0-beta.62 295 6/13/2025
0.7.0-beta.61 334 6/13/2025
0.7.0-beta.60 184 6/13/2025
0.7.0-beta.59 274 6/13/2025
0.7.0-beta.58 368 6/12/2025
0.7.0-beta.57 270 6/12/2025
0.7.0-beta.56 280 6/12/2025
0.7.0-beta.55 284 6/12/2025
0.7.0-beta.53 382 6/10/2025
0.7.0-beta.52 269 6/10/2025
0.7.0-beta.51 272 6/10/2025
0.7.0-beta.50 269 6/10/2025
0.7.0-beta.48 275 6/10/2025
0.7.0-beta.47 271 6/10/2025
0.7.0-beta.46 258 6/10/2025
0.7.0-beta.45 249 6/10/2025
0.7.0-beta.44 256 6/10/2025
0.7.0-beta.33 280 5/30/2025
0.7.0-beta.32 226 5/27/2025
0.7.0-beta.31 127 5/27/2025
0.7.0-beta.30 235 5/26/2025
0.7.0-beta.29 184 5/26/2025
0.7.0-beta.28 389 5/14/2025
0.7.0-beta.27 239 5/14/2025
0.7.0-beta.26 219 5/13/2025
0.7.0-beta.25 196 5/12/2025
0.7.0-beta.24 178 5/11/2025
0.7.0-beta.23 169 5/11/2025
0.7.0-beta.22 58 5/10/2025
0.7.0-beta.21 136 5/6/2025
0.7.0-beta.20 150 5/6/2025
0.7.0-beta.18 130 5/4/2025
0.7.0-beta.17 130 5/4/2025
0.7.0-beta.16 285 5/4/2025
0.7.0-beta.15 246 5/3/2025
0.7.0-beta.11 157 4/29/2025
0.7.0-beta.10 143 4/28/2025
0.7.0-beta.9 158 4/28/2025
0.7.0-beta.8 101 4/25/2025
0.7.0-beta.7 100 4/25/2025
0.7.0-beta.6 156 4/24/2025
0.7.0-beta.5 143 4/24/2025
0.7.0-beta.4 144 4/24/2025
0.7.0-beta.3 142 4/24/2025
0.7.0-beta.2 145 4/24/2025
0.6.1-beta.1 258 4/23/2025
0.6.0 206 4/12/2025
0.6.0-rc.29 76 4/11/2025
0.6.0-beta.29 231 4/11/2025
0.6.0-beta.28 117 4/11/2025
0.6.0-beta.26 230 3/27/2025
0.6.0-beta.22 157 2/27/2025
0.6.0-beta.21 216 2/26/2025
0.6.0-beta.20 153 2/25/2025
0.6.0-beta.18 93 2/23/2025
0.6.0-beta.15 100 2/22/2025
0.6.0-beta.10 153 2/7/2025
0.6.0-beta.9 72 2/6/2025
0.5.1 153 3/14/2025
0.5.0 152 1/30/2025
0.5.0-rc.87 81 1/30/2025
0.5.0-beta.91 70 1/30/2025
0.5.0-beta.89 80 1/30/2025
0.5.0-beta.87 82 1/26/2025
0.5.0-beta.86 76 1/26/2025
0.5.0-beta.85 72 1/25/2025
0.5.0-beta.84 70 1/24/2025
0.5.0-beta.83 71 1/24/2025
0.5.0-beta.82 77 1/23/2025
0.5.0-beta.81 82 1/22/2025
0.5.0-beta.79 71 1/22/2025
0.5.0-beta.78 74 1/22/2025
0.5.0-beta.76 70 1/21/2025
0.5.0-beta.75 73 1/21/2025
0.5.0-beta.71 73 1/21/2025
0.5.0-beta.69 65 1/17/2025
0.5.0-beta.61 64 1/12/2025
0.5.0-beta.60 76 1/7/2025
0.5.0-beta.59 74 1/7/2025
0.5.0-beta.57 66 1/7/2025
0.5.0-beta.56 79 1/6/2025
0.5.0-beta.54 79 1/6/2025
0.5.0-beta.39 106 1/3/2025
0.5.0-beta.38 100 1/3/2025
0.5.0-beta.30 90 12/26/2024
0.5.0-beta.14 83 11/8/2024
0.5.0-beta.13 77 11/7/2024
0.5.0-beta.11 77 11/6/2024
0.5.0-beta.9 79 11/3/2024
0.5.0-beta.6 79 11/1/2024
0.5.0-beta.4 88 10/31/2024
0.4.1-beta.3 81 10/31/2024
0.3.0-rc.3 77 10/28/2024
0.3.0-beta.3 78 10/28/2024
0.3.0-alpha.3 71 10/28/2024
0.2.0-rc.27 75 10/25/2024
0.2.0-rc.18 83 10/1/2024
0.2.0-beta.27 74 10/25/2024
0.2.0-beta.18 95 10/1/2024
0.2.0-alpha.27 77 10/25/2024
0.2.0-alpha.26 77 10/25/2024
0.2.0-alpha.25 77 10/25/2024
0.2.0-alpha.24 75 10/25/2024
0.2.0-alpha.23 78 10/24/2024
0.2.0-alpha.22 66 10/24/2024
0.2.0-alpha.21 68 10/23/2024
0.2.0-alpha.20 72 10/22/2024
0.2.0-alpha.19 87 10/21/2024
0.2.0-alpha.18 85 10/1/2024
0.2.0-alpha.17 74 10/1/2024
0.2.0-alpha.16 77 9/30/2024
0.2.0-alpha.15 83 9/30/2024
0.2.0-alpha.14 78 9/30/2024
0.2.0-alpha.13 83 9/29/2024
0.2.0-alpha.12 83 9/29/2024
0.2.0-alpha.11 76 9/29/2024
0.2.0-alpha.10 82 9/28/2024
0.2.0-alpha.9 77 9/28/2024
0.2.0-alpha.7 80 9/28/2024
0.2.0-alpha.6 83 9/28/2024
0.2.0-alpha.5 72 9/28/2024
0.2.0-alpha.4 83 9/28/2024
0.2.0-alpha.3 83 9/1/2024
0.2.0-alpha.2 73 9/28/2024
0.1.2-alpha.1 90 8/24/2024
0.1.2-alpha.0 90 8/24/2024
0.1.1 196 8/23/2024
0.1.1-alpha.19 94 8/23/2024