Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol 0.2.1-rc.3

This is a prerelease version of Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.
dotnet add package Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol --version 0.2.1-rc.3
NuGet\Install-Package Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol -Version 0.2.1-rc.3
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.Streaming.RabbitMQ.AmqpProtocol" Version="0.2.1-rc.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol --version 0.2.1-rc.3
#r "nuget: Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol, 0.2.1-rc.3"
#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 Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol as a Cake Addin
#addin nuget:?package=Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol&version=0.2.1-rc.3&prerelease

// Install Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol as a Cake Tool
#tool nuget:?package=Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol&version=0.2.1-rc.3&prerelease

RabbitMQ Orleans AMQP Protocol Streaming Provider

Use RabbitMQ Streaming Provider for Orleans with AMQP Protocol

Installation

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

Install-Package Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol

Usage

To use Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol first register the stream provider using the AddRabbitMq with UseAmqpProtocol method in the Orleans configuration:

SiloBuilder
var host = Host
    .CreateDefaultBuilder()
    .UseOrleans(siloBuilder => siloBuilder
        .AddRabbitMq("ProviderName")
        .UseAmqpProtocol(...)
        .Build())
    .Build();
ClientBuilder
var host = Host
    .CreateDefaultBuilder()
    .UseOrleansClient(clientBuilder => clientBuilder
        .AddRabbitMq("ProviderName")
        .UseAmqpProtocol(...)
        .Build())
    .Build();

Contributing

If you'd like to contribute to rabbitmq-orleans-extensions, 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 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. 
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
0.2.1-rc.3 63 4/27/2024
0.1.1-rc.64 594 1/18/2024
0.1.1-rc.62 112 12/18/2023
0.1.1-rc.58 72 12/18/2023
0.1.1-rc.56 70 12/17/2023
0.1.1-rc.54 53 12/17/2023