AntQueueSender 1.2.1
dotnet add package AntQueueSender --version 1.2.1
NuGet\Install-Package AntQueueSender -Version 1.2.1
<PackageReference Include="AntQueueSender" Version="1.2.1" />
<PackageVersion Include="AntQueueSender" Version="1.2.1" />
<PackageReference Include="AntQueueSender" />
paket add AntQueueSender --version 1.2.1
#r "nuget: AntQueueSender, 1.2.1"
#:package AntQueueSender@1.2.1
#addin nuget:?package=AntQueueSender&version=1.2.1
#tool nuget:?package=AntQueueSender&version=1.2.1
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.Driver (>= 2.24.0)
- 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.1 | 395 | 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 | 976 | 3/30/2024 |
1.1.8 | 170 | 3/4/2024 |
1.1.7 | 144 | 3/4/2024 |
1.1.6 | 231 | 3/1/2024 |
1.1.5 | 415 | 1/7/2024 |
1.1.4 | 805 | 12/28/2023 |
1.1.3 | 300 | 10/13/2023 |
1.1.2 | 664 | 6/25/2023 |
1.1.1 | 1,374 | 3/22/2023 |
1.1.0 | 291 | 2/26/2023 |
1.0.9 | 276 | 2/25/2023 |
1.0.8 | 290 | 2/24/2023 |
1.0.7 | 290 | 2/24/2023 |
1.0.6 | 281 | 2/24/2023 |
1.0.5 | 295 | 2/21/2023 |
1.0.4 | 289 | 2/20/2023 |
1.0.3 | 278 | 2/19/2023 |
1.0.1 | 267 | 2/19/2023 |
1.0.0 | 267 | 2/18/2023 |