AntQueueSender 1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AntQueueSender --version 1.0.0
NuGet\Install-Package AntQueueSender -Version 1.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="AntQueueSender" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AntQueueSender" Version="1.0.0" />
<PackageReference Include="AntQueueSender" />
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 AntQueueSender --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AntQueueSender, 1.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.
#:package AntQueueSender@1.0.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=AntQueueSender&version=1.0.0
#tool nuget:?package=AntQueueSender&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AntQueueSender
Ant-Queue Sender used to integrate Service Bus and Storage Queue service.
How to use Service Bus:
Add Configuration into AppSettings.json
"ServiceBus": { "QueueConnection": "Endpoint=sb://<Connection String of your Service bus>", "Queue": "<Queue Name>" },
private readonly IServiceBusQueueCommunicator _queueCommunicator;
public Service(IServiceBusQueueCommunicator queueCommunicator)
{
this._queueCommunicator = queueCommunicator;
}
var queue=new { Name:"" }
await _queueCommunicator.SendAsync(queue);
How to use Storage Queue:
"blobConfiguration": { "storageConnection": "DefaultEndpointsProtocol=https;AccountName=<Queue Connection String>" },
Product | Versions 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 was computed. 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 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.
-
net7.0
- Azure.Messaging.ServiceBus (>= 7.12.0)
- Azure.Storage.Blobs (>= 12.14.1)
- Azure.Storage.Queues (>= 12.12.0)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 7.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- MongoDB.Driver (>= 2.19.0)
- WindowsAzure.Storage (>= 9.3.3)
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 |
---|---|---|
1.2.1 | 415 | 1/1/2025 |
1.2.0 | 236 | 11/19/2024 |
1.1.11 | 152 | 10/10/2024 |
1.1.10 | 145 | 10/1/2024 |
1.1.9 | 978 | 3/30/2024 |
1.1.8 | 172 | 3/4/2024 |
1.1.7 | 146 | 3/4/2024 |
1.1.6 | 233 | 3/1/2024 |
1.1.5 | 415 | 1/7/2024 |
1.1.4 | 812 | 12/28/2023 |
1.1.3 | 300 | 10/13/2023 |
1.1.2 | 672 | 6/25/2023 |
1.1.1 | 1,382 | 3/22/2023 |
1.1.0 | 300 | 2/26/2023 |
1.0.9 | 285 | 2/25/2023 |
1.0.8 | 299 | 2/24/2023 |
1.0.7 | 300 | 2/24/2023 |
1.0.6 | 290 | 2/24/2023 |
1.0.5 | 304 | 2/21/2023 |
1.0.4 | 298 | 2/20/2023 |
1.0.3 | 287 | 2/19/2023 |
1.0.1 | 276 | 2/19/2023 |
1.0.0 | 276 | 2/18/2023 |