Bsa.Msa.RabbitMq.Core 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bsa.Msa.RabbitMq.Core --version 1.0.0
NuGet\Install-Package Bsa.Msa.RabbitMq.Core -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="Bsa.Msa.RabbitMq.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bsa.Msa.RabbitMq.Core --version 1.0.0
#r "nuget: Bsa.Msa.RabbitMq.Core, 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.
// Install Bsa.Msa.RabbitMq.Core as a Cake Addin
#addin nuget:?package=Bsa.Msa.RabbitMq.Core&version=1.0.0

// Install Bsa.Msa.RabbitMq.Core as a Cake Tool
#tool nuget:?package=Bsa.Msa.RabbitMq.Core&version=1.0.0

Micro service architecture using the rabbitmq message broker.
Service.json
{
 "services": [
   {
     "name": "service1",
     "commands": [
       {
         "name": "command1",
         "type": "ExampleCommand",
         "period": "02:00:25"
       }
     ],
     "handlers": [
       {
         "name": "handler1",
         "type": "ExampleMessageHandler",
         "subscriptionEndpoint": "subscriptionEndpoint",
         "publicationEndpoint": "publicationEndpoint",
         "degreeOfParallelism": 2,
         "ttl": 2,
         "retry": true,
         "retryCount": 2
       }
     ]

   }
 ]
}

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Bsa.Msa.RabbitMq.Core:

Package Downloads
Bsa.Msa.Autofac

integrating Autofac with MSA Bsa.Msa.RabbitMq.Core http://bsasearch.org/msa.html

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.2 217 11/8/2023
7.0.1 93 11/8/2023
7.0.0 115 11/1/2023
6.0.2 82 11/8/2023
6.0.1 90 11/8/2023
6.0.0 112 11/1/2023
3.1.3 338 11/8/2023
3.1.2 114 11/8/2023
3.1.1 88 11/1/2023
3.1.0 111 11/1/2023
2.0.6 173 5/23/2023
2.0.5 338 12/13/2022
2.0.4 246 12/13/2022
2.0.3 347 12/8/2022
2.0.2 348 12/6/2022
2.0.1 681 12/1/2022
2.0.0 465 10/25/2022
1.1.0 441 2/28/2022
1.0.19 229 5/23/2023
1.0.18 396 12/13/2022
1.0.17 262 12/13/2022
1.0.16 417 12/8/2022
1.0.15 415 12/6/2022
1.0.12 442 12/1/2022
1.0.11 547 10/25/2022
1.0.10 753 2/28/2022
1.0.9 438 8/17/2021
1.0.8 409 8/9/2021
1.0.7 299 8/9/2021
1.0.6 315 8/8/2021
1.0.5 430 8/8/2021
1.0.4 456 4/30/2021
1.0.3 442 4/30/2021
1.0.2 424 9/23/2020
1.0.1 702 7/31/2020
1.0.0 613 7/29/2020

service.json
{
 "services": [
   {
     "name": "service1",
     "commands": [
       {
         "name": "command1",
         "type": "ExampleCommand",
         "period": "02:00:25"
       }
     ],
     "handlers": [
       {
         "name": "handler1",
         "type": "ExampleMessageHandler",
         "subscriptionEndpoint": "subscriptionEndpoint",
         "publicationEndpoint": "publicationEndpoint",
         "degreeOfParallelism": 2,
         "ttl": 2,
         "retry": true,
         "retryCount": 2
       }
     ]

   }
 ]
}