Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol 0.2.1-rc.5

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

RabbitMQ Orleans Stream Protocol Streaming Provider

Use RabbitMQ Streaming Provider for Orleans with AMQP Protocol

Installation

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

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

Usage

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

SiloBuilder
var host = Host
    .CreateDefaultBuilder()
    .UseOrleans(siloBuilder => siloBuilder
        .AddRabbitMq("ProviderName")
        .UseStreamProtocol(...)
        .Build())
    .Build();
ClientBuilder
var host = Host
    .CreateDefaultBuilder()
    .UseOrleansClient(clientBuilder => clientBuilder
        .AddRabbitMq("ProviderName")
        .UseStreamProtocol(...)
        .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.  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. 
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.5 327 6/7/2024
0.2.1-rc.3 81 4/27/2024
0.1.1-rc.64 286 1/18/2024
0.1.1-rc.62 123 12/18/2023
0.1.1-rc.58 89 12/18/2023
0.1.1-rc.56 70 12/17/2023
0.1.1-rc.54 83 12/17/2023