Maomi.MQ.RabbitMQ 2.0.0

dotnet add package Maomi.MQ.RabbitMQ --version 2.0.0                
NuGet\Install-Package Maomi.MQ.RabbitMQ -Version 2.0.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="Maomi.MQ.RabbitMQ" Version="2.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Maomi.MQ.RabbitMQ --version 2.0.0                
#r "nuget: Maomi.MQ.RabbitMQ, 2.0.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.
// Install Maomi.MQ.RabbitMQ as a Cake Addin
#addin nuget:?package=Maomi.MQ.RabbitMQ&version=2.0.0

// Install Maomi.MQ.RabbitMQ as a Cake Tool
#tool nuget:?package=Maomi.MQ.RabbitMQ&version=2.0.0                
  • Maomi.MQ                     中文

    Author: whuanle
    Documentation URL: https://mmq.whuanle.cn
    Repository URL: https://github.com/whuanle/Maomi.MQ
    Author Blogs:

    Introduction

    Maomi.MQ is a messaging communication model project that currently only supports RabbitMQ. Maomi.MQ.RabbitMQ is a communication model designed specifically for RabbitMQ publishers and consumers, greatly simplifying the code for publishing and messaging. It provides a series of convenient and practical features, allowing developers to achieve high-performance consumption and event orchestration through the framework's consumption model. The framework also supports a range of convenient functionalities, such as publisher confirmation mechanism, custom retry mechanism, compensation mechanism, dead-letter queue, delayed queue, and connection channel reuse. This allows developers to focus more on business logic, simplifying cross-process messaging communication and making cross-process message delivery more straightforward and reliable.

    Additionally, the framework supports distributed observability through built-in runtime APIs, allowing further collection of observability information by using frameworks like OpenTelemetry, which can be pushed to infrastructure platforms.

    Table of Contents

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Maomi.MQ.RabbitMQ:

Package Downloads
Maomi.MQ.RedisRetry

RabbitMQ Publisher and consumer communication model framework. RabbitMQ 发布者和消费者通讯模型框架。

Maomi.MQ

RabbitMQ Publisher and consumer communication model framework. RabbitMQ 发布者和消费者通讯模型框架。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 42 2/20/2025
1.3.0 136 7/21/2024
1.2.2 115 7/10/2024
1.2.1 78 7/6/2024
1.2.0 108 6/29/2024
1.1.0 96 6/22/2024
1.0.2 95 6/22/2024
1.0.1 94 6/12/2024
1.0.0 68 6/12/2024

RabbitMQ Publisher and consumer communication model framework.
RabbitMQ 发布者和消费者通讯模型框架。