Escendit.Orleans.Clients.RabbitMQ.Abstractions 0.1.0-rc.146

This is a prerelease version of Escendit.Orleans.Clients.RabbitMQ.Abstractions.
dotnet add package Escendit.Orleans.Clients.RabbitMQ.Abstractions --version 0.1.0-rc.146
                    
NuGet\Install-Package Escendit.Orleans.Clients.RabbitMQ.Abstractions -Version 0.1.0-rc.146
                    
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="Escendit.Orleans.Clients.RabbitMQ.Abstractions" Version="0.1.0-rc.146" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Escendit.Orleans.Clients.RabbitMQ.Abstractions" Version="0.1.0-rc.146" />
                    
Directory.Packages.props
<PackageReference Include="Escendit.Orleans.Clients.RabbitMQ.Abstractions" />
                    
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 Escendit.Orleans.Clients.RabbitMQ.Abstractions --version 0.1.0-rc.146
                    
#r "nuget: Escendit.Orleans.Clients.RabbitMQ.Abstractions, 0.1.0-rc.146"
                    
#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 Escendit.Orleans.Clients.RabbitMQ.Abstractions@0.1.0-rc.146
                    
#: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=Escendit.Orleans.Clients.RabbitMQ.Abstractions&version=0.1.0-rc.146&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Escendit.Orleans.Clients.RabbitMQ.Abstractions&version=0.1.0-rc.146&prerelease
                    
Install as a Cake Tool

NuGet Package: Escendit.Orleans.Clients.RabbitMQ.Abstractions

Escendit.Orleans.Clients.RabbitMQ.Abstractions is a NuGet package that provides the ability to register connection options for RabbitMQ protocols. This package is suitable for both Worker (Console) and Web Applications, allowing you to easily configure and manage RabbitMQ connections within your Orleans-based projects.

Installation

To install Escendit.Orleans.Clients.RabbitMQ.Abstractions, run the following command in the Package Manager Console:

Install-Package Escendit.Orleans.Clients.RabbitMQ.Abstractions

Usage

Escendit.Orleans.Clients.RabbitMQ.Abstractions package is not intended to be used as a standalone package. It is meant to be used in conjunction with either:

  • Escendit.Orleans.Clients.RabbitMQ.StreamProtocol
  • Escendit.Orleans.Clients.RabbitMQ.AmqpProtocol.

There are several ways how to register connection options.

Host

Register & Use with Default Options
Host
    .CreateDefaultBuilder()
    .AddRabbitMqConnectionOptionsAsDefault(...)
var connectionOptions = serviceProvider.GetRequiredServiceByName<ConnectionOptions>(ConnectionOptions.DefaultKey);
Register & Use with Named Options
Host
    .CreateDefaultBuilder()
    .AddRabbitMqConnectionOptions("name", ...)
var connectionOptions = serviceProvider.GetRequiredServiceByName<ConnectionOptions>("name");

Web Application

Register & Use with Default Options
WebApplication
    .CreateBuilder()
    .AddRabbitMqConnectionOptionsAsDefault(...)
var connectionOptions = serviceProvider.GetRequiredServiceByName<ConnectionOptions>(ConnectionOptions.DefaultKey);
Register & Use with Named Options
WebApplication
    .CreateBuilder()
    .AddRabbitMqConnectionOptions("name", ...)
var connectionOptions = serviceProvider.GetRequiredServiceByName<ConnectionOptions>("name");

Contributing

If you'd like to contribute to Escendit.Orleans.Clients.RabbitMQ, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Escendit.Orleans.Clients.RabbitMQ.Abstractions:

Package Downloads
Escendit.Orleans.Clients.RabbitMQ.StreamProtocol

RabbitMQ Stream Client for Orleans

Escendit.Orleans.Clients.RabbitMQ.AmqpProtocol

RabbitMQ AMQP Client for Orleans

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-rc.146 168 9/18/2023
0.1.0-rc.144 104 9/18/2023
0.1.0-rc.142 110 9/18/2023
0.1.0-rc.140 110 9/18/2023
0.1.0-rc.139 131 9/11/2023
0.1.0-rc.137 126 9/11/2023
0.1.0-rc.135 148 8/29/2023
0.1.0-rc.133 133 8/27/2023
0.1.0-rc.132 137 8/27/2023
0.1.0-rc.131 130 8/23/2023
0.1.0-rc.129 131 8/23/2023
0.1.0-rc.127 127 8/23/2023
0.1.0-rc.125 119 8/23/2023
0.1.0-rc.123 137 8/10/2023
0.1.0-rc.121 128 8/10/2023
0.1.0-rc.119 140 8/10/2023
0.1.0-rc.117 140 8/10/2023
0.1.0-rc.115 144 8/10/2023
0.1.0-rc.113 146 7/12/2023
0.1.0-rc.110 152 7/5/2023
0.1.0-rc.109 148 7/5/2023
0.1.0-rc.106 152 7/1/2023
0.1.0-rc.105 148 7/1/2023
0.1.0-rc.104 138 7/1/2023
0.1.0-rc.103 148 7/1/2023
0.1.0-rc.102 147 7/1/2023
0.1.0-rc.101 143 7/1/2023
0.1.0-rc.100 148 7/1/2023
0.1.0-rc.99 151 7/1/2023
0.1.0-rc.98 140 7/1/2023
0.1.0-rc.97 154 7/1/2023
0.1.0-rc.96 146 7/1/2023
0.1.0-rc.95 154 7/1/2023
0.1.0-rc.94 147 7/1/2023
0.1.0-rc.93 148 7/1/2023
0.1.0-rc.92 143 7/1/2023
0.1.0-rc.91 143 7/1/2023
0.1.0-rc.90 137 7/1/2023
0.1.0-rc.89 148 7/1/2023
0.1.0-rc.88 134 7/1/2023
0.1.0-rc.87 156 7/1/2023