AntQueueSender 1.2.6
dotnet add package AntQueueSender --version 1.2.6
NuGet\Install-Package AntQueueSender -Version 1.2.6
<PackageReference Include="AntQueueSender" Version="1.2.6" />
<PackageVersion Include="AntQueueSender" Version="1.2.6" />
<PackageReference Include="AntQueueSender" />
paket add AntQueueSender --version 1.2.6
#r "nuget: AntQueueSender, 1.2.6"
#:package AntQueueSender@1.2.6
#addin nuget:?package=AntQueueSender&version=1.2.6
#tool nuget:?package=AntQueueSender&version=1.2.6
Ant Queue Sender
The Ant-Queue Sender is used to integrate the Service Bus and Storage Queue services.
List of Queue Service
- GST Service Queue
- Sender(notification) Service Queue
How to use Service Bus:
private readonly IServiceBusQueueSender _queueSender;
public Service(IServiceBusQueueSender queueSender)
{
this._queueSender = queueSender;
}
// add to notification queue.
var data = new ServiceQueue() { Data = errors, TemplateId = "1", Tenant = "xxxx" };
ServiceBusConfig serviceBusConfig = new ServiceBusConfig(QueueConnectionString ="", QueueName="");
await _queueSender.SendAsync(data, serviceBusConfig);
How to use Storage Queue:
Add the following property at the root level of the appsettings file.
"BlobConfiguration": { "StorageConnection": "<connection string>", "Container": "<container>" },
How to use database
This database will maintain failed records
Add the following property at the root level of the appsettings file.
"RepositoryOptions": { "MongoConnectionString": "mongodb://<username>:<password>@servername:27017", "Database": "<database>" }
-- Powered by Antbuild
| 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 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. |
-
net8.0
- Azure.Messaging.ServiceBus (>= 7.17.3)
- Azure.Storage.Blobs (>= 12.19.1)
- Azure.Storage.Queues (>= 12.17.1)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 8.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- MongoDB.Bson (>= 3.4.2)
- MongoDB.Driver (>= 3.4.2)
- System.Runtime.Caching (>= 8.0.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.6 | 116 | 4/15/2026 |
| 1.2.5 | 133 | 1/15/2026 |
| 1.2.4 | 138 | 1/9/2026 |
| 1.2.3 | 226 | 10/18/2025 |
| 1.2.1 | 463 | 1/1/2025 |
| 1.2.0 | 286 | 11/19/2024 |
| 1.1.11 | 199 | 10/10/2024 |
| 1.1.10 | 190 | 10/1/2024 |
| 1.1.9 | 1,073 | 3/30/2024 |
| 1.1.8 | 212 | 3/4/2024 |
| 1.1.7 | 184 | 3/4/2024 |
| 1.1.6 | 278 | 3/1/2024 |
| 1.1.5 | 462 | 1/7/2024 |
| 1.1.4 | 890 | 12/28/2023 |
| 1.1.3 | 345 | 10/13/2023 |
| 1.1.2 | 724 | 6/25/2023 |
| 1.1.1 | 1,450 | 3/22/2023 |
| 1.1.0 | 363 | 2/26/2023 |
| 1.0.9 | 350 | 2/25/2023 |
| 1.0.8 | 363 | 2/24/2023 |