AntQueueSender 1.2.1

dotnet add package AntQueueSender --version 1.2.1
                    
NuGet\Install-Package AntQueueSender -Version 1.2.1
                    
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.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AntQueueSender" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="AntQueueSender" />
                    
Project file
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.2.1
                    
#r "nuget: AntQueueSender, 1.2.1"
                    
#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.2.1
                    
#: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.2.1
                    
Install as a Cake Addin
#tool nuget:?package=AntQueueSender&version=1.2.1
                    
Install as a Cake Tool

Ant Queue Sender

The Ant-Queue Sender is used to integrate the Service Bus and Storage Queue services.

List of Queue Service

  1. GST Service Queue
  2. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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