AntQueueSender 1.0.9
See the version list below for details.
dotnet add package AntQueueSender --version 1.0.9
NuGet\Install-Package AntQueueSender -Version 1.0.9
<PackageReference Include="AntQueueSender" Version="1.0.9" />
<PackageVersion Include="AntQueueSender" Version="1.0.9" />
<PackageReference Include="AntQueueSender" />
paket add AntQueueSender --version 1.0.9
#r "nuget: AntQueueSender, 1.0.9"
#:package AntQueueSender@1.0.9
#addin nuget:?package=AntQueueSender&version=1.0.9
#tool nuget:?package=AntQueueSender&version=1.0.9
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
- Email/SMS Service Queue
How to use Service Bus:
Add the following property at the root level of the appsettings file.
"GstQueue": {
"QueueConnection": "<connection string>",
"Queue": "<queue>"
},
"NotifyQueue": {
"QueueConnection": "<connection string>",
"Queue": "<queue>"
},
private readonly INotifyServiceBusQueueSender _queueSender;
public Service(INotifyServiceBusQueueSender queueSender)
{
this._queueSender = queueSender;
}
// add to notification queue.
var data = new ServiceQueue() { Data = errors, TemplateId = "1", Tenant = "xxxx" };
await _queueSender.SendAsync(data);
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.
"AntQueueDatabase": "Mongo Database connection string"
-- Powered by Antbuild
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. |
-
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.18.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 | 810 | 12/28/2023 |
1.1.3 | 300 | 10/13/2023 |
1.1.2 | 671 | 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 | 299 | 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 |