MQContract.RabbitMQ
3.3.0
dotnet add package MQContract.RabbitMQ --version 3.3.0
NuGet\Install-Package MQContract.RabbitMQ -Version 3.3.0
<PackageReference Include="MQContract.RabbitMQ" Version="3.3.0" />
<PackageVersion Include="MQContract.RabbitMQ" Version="3.3.0" />
<PackageReference Include="MQContract.RabbitMQ" />
paket add MQContract.RabbitMQ --version 3.3.0
#r "nuget: MQContract.RabbitMQ, 3.3.0"
#:package MQContract.RabbitMQ@3.3.0
#addin nuget:?package=MQContract.RabbitMQ&version=3.3.0
#tool nuget:?package=MQContract.RabbitMQ&version=3.3.0
<a name='assembly'></a>
MQContract.RabbitMQ
Contents
<a name='T-MQContract-RabbitMQ-Connection'></a>
Connection type
Namespace
MQContract.RabbitMQ
Summary
This is the MessageServiceConnection implemenation for using RabbitMQ
<a name='M-MQContract-RabbitMQ-Connection-#ctor-RabbitMQ-Client-ConnectionFactory-'></a>
#ctor(factory) constructor
Summary
Default constructor for creating instance
Parameters
| Name | Type | Description |
|---|---|---|
| factory | RabbitMQ.Client.ConnectionFactory | The connection factory to use that was built with required authentication and connection information |
<a name='P-MQContract-RabbitMQ-Connection-DefaultTimeout'></a>
DefaultTimeout property
Summary
The default timeout to use for RPC calls when not specified by class or in the call. DEFAULT: 1 minute
<a name='P-MQContract-RabbitMQ-Connection-MaxMessageBodySize'></a>
MaxMessageBodySize property
Summary
The maximum message body size allowed
<a name='P-MQContract-RabbitMQ-Connection-RabbitMQConnection'></a>
RabbitMQConnection property
Summary
Houses the underlying Rabbit MQ Connection
<a name='M-MQContract-RabbitMQ-Connection-ExchangeDeclareAsync-System-String,System-String,System-Boolean,System-Boolean,System-Collections-Generic-IDictionary{System-String,System-Object}-'></a>
ExchangeDeclareAsync(exchange,type,durable,autoDelete,arguments) method
Summary
Used to decalre an exchange inside the RabbitMQ server
Returns
The connection to allow for chaining calls
Parameters
| Name | Type | Description |
|---|---|---|
| exchange | System.String | The name of the exchange |
| type | System.String | The type of the exchange |
| durable | System.Boolean | Is this durable |
| autoDelete | System.Boolean | Auto Delete when connection closed |
| arguments | System.Collections.Generic.IDictionary{System.String,System.Object} | Additional arguements |
<a name='M-MQContract-RabbitMQ-Connection-QueueDeclareAsync-System-String,System-Boolean,System-Boolean,System-Boolean,System-Collections-Generic-IDictionary{System-String,System-Object}-'></a>
QueueDeclareAsync(queue,durable,exclusive,autoDelete,arguments) method
Summary
Used to declare a queue inside the RabbitMQ server
Returns
The connection to allow for chaining calls
Parameters
| Name | Type | Description |
|---|---|---|
| queue | System.String | The name of the queue |
| durable | System.Boolean | Is this queue durable |
| exclusive | System.Boolean | Is this queue exclusive |
| autoDelete | System.Boolean | Auto Delete queue when connection closed |
| arguments | System.Collections.Generic.IDictionary{System.String,System.Object} | Additional arguements |
<a name='M-MQContract-RabbitMQ-Connection-QueueDeleteAsync-System-String,System-Boolean,System-Boolean-'></a>
QueueDeleteAsync(queue,ifUnused,ifEmpty) method
Summary
Used to delete a queue inside the RabbitMQ server
Parameters
| Name | Type | Description |
|---|---|---|
| queue | System.String | The name of the queue |
| ifUnused | System.Boolean | Is unused |
| ifEmpty | System.Boolean | Is Empty |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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 is compatible. 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. |
-
net10.0
- MQContract.Abstractions (>= 3.3.0)
- RabbitMQ.Client (>= 7.2.0)
-
net8.0
- MQContract.Abstractions (>= 3.3.0)
- RabbitMQ.Client (>= 7.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.3.0 | 91 | 11/29/2025 |
| 3.2.0 | 153 | 11/28/2025 |
| 3.1.1 | 127 | 11/23/2025 |
| 3.1.0 | 383 | 11/20/2025 |
| 3.0.0 | 382 | 11/17/2025 |
| 2.11.0 | 185 | 11/4/2025 |
| 2.10.0 | 118 | 10/31/2025 |
| 2.9.0 | 94 | 10/18/2025 |
| 2.8.1 | 165 | 10/16/2025 |
| 2.8.0 | 150 | 8/17/2025 |
| 2.7.0 | 180 | 8/14/2025 |
| 2.6.1 | 254 | 7/20/2025 |
| 2.6.0 | 156 | 6/27/2025 |
| 2.5.1 | 184 | 5/22/2025 |
| 2.5.0 | 250 | 5/15/2025 |
| 2.3.0 | 175 | 3/27/2025 |
| 2.2.0 | 147 | 2/21/2025 |
| 2.1.0 | 148 | 1/30/2025 |
| 2.0.1 | 141 | 12/18/2024 |
| 2.0.0 | 140 | 12/6/2024 |
| 1.1.0 | 145 | 10/3/2024 |