MQContract.AzureServiceBus
2.0.0
See the version list below for details.
dotnet add package MQContract.AzureServiceBus --version 2.0.0
NuGet\Install-Package MQContract.AzureServiceBus -Version 2.0.0
<PackageReference Include="MQContract.AzureServiceBus" Version="2.0.0" />
paket add MQContract.AzureServiceBus --version 2.0.0
#r "nuget: MQContract.AzureServiceBus, 2.0.0"
// Install MQContract.AzureServiceBus as a Cake Addin #addin nuget:?package=MQContract.AzureServiceBus&version=2.0.0 // Install MQContract.AzureServiceBus as a Cake Tool #tool nuget:?package=MQContract.AzureServiceBus&version=2.0.0
<a name='assembly'></a>
MQContract.AzureServiceBus
Contents
<a name='T-MQContract-AzureServiceBus-Connection'></a>
Connection type
Namespace
MQContract.AzureServiceBus
Summary
This is the MessageServiceConnection implemenation for using AzureServiceBus
Parameters
Name | Type | Description |
---|---|---|
client | T:MQContract.AzureServiceBus.Connection | The ServiceBusClient to use with this instance |
Remarks
In order to use the InboxQueryable capabilites that have been built here you should have a QueryResponse.Inbox Topic and subsequent Subscription with RequiresSession as true
<a name='M-MQContract-AzureServiceBus-Connection-#ctor-Azure-Messaging-ServiceBus-ServiceBusClient-'></a>
#ctor(client) constructor
Summary
This is the MessageServiceConnection implemenation for using AzureServiceBus
Parameters
Name | Type | Description |
---|---|---|
client | Azure.Messaging.ServiceBus.ServiceBusClient | The ServiceBusClient to use with this instance |
Remarks
In order to use the InboxQueryable capabilites that have been built here you should have a QueryResponse.Inbox Topic and subsequent Subscription with RequiresSession as true
<a name='P-MQContract-AzureServiceBus-Connection-MaxMessageBodySize'></a>
MaxMessageBodySize property
Summary
Maximum supported message body size in bytes
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. |
-
net8.0
- Azure.Messaging.ServiceBus (>= 7.18.2)
- MQContract.Abstractions (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.