CodeDesignPlus.Net.RabbitMQ.Abstractions 0.7.0-beta.65

This is a prerelease version of CodeDesignPlus.Net.RabbitMQ.Abstractions.
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.7.0-beta.65
                    
NuGet\Install-Package CodeDesignPlus.Net.RabbitMQ.Abstractions -Version 0.7.0-beta.65
                    
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.7.0-beta.65" />
                    
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.7.0-beta.65" />
                    
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.7.0-beta.65
                    
#r "nuget: CodeDesignPlus.Net.RabbitMQ.Abstractions, 0.7.0-beta.65"
                    
#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.
#addin nuget:?package=CodeDesignPlus.Net.RabbitMQ.Abstractions&version=0.7.0-beta.65&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CodeDesignPlus.Net.RabbitMQ.Abstractions&version=0.7.0-beta.65&prerelease
                    
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.7.0-beta.88 24 20 hours ago
0.7.0-beta.87 23 21 hours ago
0.7.0-beta.83 43 a day ago
0.7.0-beta.82 42 a day ago
0.7.0-beta.81 44 a day ago
0.7.0-beta.79 183 3 days ago
0.7.0-beta.78 103 3 days ago
0.7.0-beta.77 74 7 days ago
0.7.0-beta.75 76 7 days ago
0.7.0-beta.74 53 8 days ago
0.7.0-beta.73 38 8 days ago
0.7.0-beta.71 123 16 days ago
0.7.0-beta.70 117 17 days ago
0.7.0-beta.69 116 17 days ago
0.7.0-beta.68 114 18 days ago
0.7.0-beta.67 107 18 days ago
0.7.0-beta.65 109 18 days ago
0.7.0-beta.64 110 18 days ago
0.7.0-beta.63 132 19 days ago
0.7.0-beta.62 280 22 days ago
0.7.0-beta.61 320 22 days ago
0.7.0-beta.60 170 22 days ago
0.7.0-beta.59 260 23 days ago
0.7.0-beta.58 352 23 days ago
0.7.0-beta.57 256 23 days ago
0.7.0-beta.56 264 23 days ago
0.7.0-beta.55 268 23 days ago
0.7.0-beta.53 367 25 days ago
0.7.0-beta.52 253 25 days ago
0.7.0-beta.51 254 25 days ago
0.7.0-beta.50 251 25 days ago
0.7.0-beta.48 260 25 days ago
0.7.0-beta.47 257 25 days ago
0.7.0-beta.46 242 a month ago
0.7.0-beta.45 234 a month ago
0.7.0-beta.44 242 a month ago
0.7.0-beta.33 265 a month ago
0.7.0-beta.32 210 a month ago
0.7.0-beta.31 114 a month ago
0.7.0-beta.30 219 a month ago
0.7.0-beta.29 171 a month ago
0.7.0-beta.28 373 2 months ago
0.7.0-beta.27 222 2 months ago
0.7.0-beta.26 205 2 months ago
0.7.0-beta.25 182 2 months ago
0.7.0-beta.24 162 2 months ago
0.7.0-beta.23 155 2 months ago
0.7.0-beta.22 44 2 months ago
0.7.0-beta.21 122 2 months ago
0.7.0-beta.20 135 2 months ago
0.7.0-beta.18 117 2 months ago
0.7.0-beta.17 114 2 months ago
0.7.0-beta.16 267 2 months ago
0.7.0-beta.15 229 2 months ago
0.7.0-beta.11 137 2 months ago
0.7.0-beta.10 128 2 months ago
0.7.0-beta.9 143 2 months ago
0.7.0-beta.8 88 2 months ago
0.7.0-beta.7 84 2 months ago
0.7.0-beta.6 144 2 months ago
0.7.0-beta.5 125 2 months ago
0.7.0-beta.4 129 2 months ago
0.7.0-beta.3 125 2 months ago
0.7.0-beta.2 130 2 months ago
0.6.1-beta.1 244 2 months ago
0.6.0 170 3 months ago
0.6.0-rc.29 62 3 months ago
0.6.0-beta.29 219 3 months ago
0.6.0-beta.28 104 3 months ago
0.6.0-beta.26 215 3 months ago
0.6.0-beta.22 145 4 months ago
0.6.0-beta.21 201 4 months ago
0.6.0-beta.20 140 4 months ago
0.6.0-beta.18 80 4 months ago
0.6.0-beta.15 86 4 months ago
0.6.0-beta.10 140 5 months ago
0.6.0-beta.9 60 5 months ago
0.5.1 116 4 months ago
0.5.0 115 5 months ago
0.5.0-rc.87 68 5 months ago
0.5.0-beta.91 56 5 months ago
0.5.0-beta.89 67 5 months ago
0.5.0-beta.87 69 5 months ago
0.5.0-beta.86 65 5 months ago
0.5.0-beta.85 61 5 months ago
0.5.0-beta.84 58 5 months ago
0.5.0-beta.83 58 5 months ago
0.5.0-beta.82 65 5 months ago
0.5.0-beta.81 69 5 months ago
0.5.0-beta.79 58 5 months ago
0.5.0-beta.78 61 5 months ago
0.5.0-beta.76 59 5 months ago
0.5.0-beta.75 60 5 months ago
0.5.0-beta.71 61 5 months ago
0.5.0-beta.69 51 6 months ago
0.5.0-beta.61 53 6 months ago
0.5.0-beta.60 62 6 months ago
0.5.0-beta.59 64 6 months ago
0.5.0-beta.57 55 6 months ago
0.5.0-beta.56 64 6 months ago
0.5.0-beta.54 67 6 months ago
0.5.0-beta.39 86 6 months ago
0.5.0-beta.38 88 6 months ago
0.5.0-beta.30 77 6 months ago
0.5.0-beta.14 71 8 months ago
0.5.0-beta.13 60 8 months ago
0.5.0-beta.11 65 8 months ago
0.5.0-beta.9 63 8 months ago
0.5.0-beta.6 66 8 months ago
0.5.0-beta.4 72 8 months ago
0.4.1-beta.3 67 8 months ago
0.3.0-rc.3 64 8 months ago
0.3.0-beta.3 61 8 months ago
0.3.0-alpha.3 62 8 months ago
0.2.0-rc.27 60 8 months ago
0.2.0-rc.18 71 9 months ago
0.2.0-beta.27 62 8 months ago
0.2.0-beta.18 85 9 months ago
0.2.0-alpha.27 62 8 months ago
0.2.0-alpha.26 62 8 months ago
0.2.0-alpha.25 63 8 months ago
0.2.0-alpha.24 64 8 months ago
0.2.0-alpha.23 65 8 months ago
0.2.0-alpha.22 57 8 months ago
0.2.0-alpha.21 56 8 months ago
0.2.0-alpha.20 61 8 months ago
0.2.0-alpha.19 70 8 months ago
0.2.0-alpha.18 71 9 months ago
0.2.0-alpha.17 63 9 months ago
0.2.0-alpha.16 63 9 months ago
0.2.0-alpha.15 69 9 months ago
0.2.0-alpha.14 67 9 months ago
0.2.0-alpha.13 71 9 months ago
0.2.0-alpha.12 67 9 months ago
0.2.0-alpha.11 63 9 months ago
0.2.0-alpha.10 72 9 months ago
0.2.0-alpha.9 66 9 months ago
0.2.0-alpha.7 69 9 months ago
0.2.0-alpha.6 72 9 months ago
0.2.0-alpha.5 60 9 months ago
0.2.0-alpha.4 68 9 months ago
0.2.0-alpha.3 75 9/1/2024
0.2.0-alpha.2 61 9 months ago
0.1.2-alpha.1 80 8/24/2024
0.1.2-alpha.0 79 8/24/2024
0.1.1 167 8/23/2024
0.1.1-alpha.19 81 8/23/2024