Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol
0.2.1-rc.3
See the version list below for details.
dotnet add package Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol --version 0.2.1-rc.3
NuGet\Install-Package Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol -Version 0.2.1-rc.3
<PackageReference Include="Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol" Version="0.2.1-rc.3" />
paket add Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol --version 0.2.1-rc.3
#r "nuget: Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol, 0.2.1-rc.3"
// Install Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol as a Cake Addin #addin nuget:?package=Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol&version=0.2.1-rc.3&prerelease // Install Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol as a Cake Tool #tool nuget:?package=Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol&version=0.2.1-rc.3&prerelease
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 | Versions 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. |
-
net7.0
- Escendit.Extensions.DependencyInjection.RabbitMQ.StreamProtocol (>= 0.2.0)
- Escendit.Orleans.Streaming.RabbitMQ (>= 0.2.1-rc.3)
- Microsoft.Orleans.Sdk (>= 7.2.6)
-
net8.0
- Escendit.Extensions.DependencyInjection.RabbitMQ.StreamProtocol (>= 0.2.0)
- Escendit.Orleans.Streaming.RabbitMQ (>= 0.2.1-rc.3)
- Microsoft.Orleans.Sdk (>= 8.1.0)
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 | 212 | 6/7/2024 |
0.2.1-rc.3 | 62 | 4/27/2024 |
0.1.1-rc.64 | 277 | 1/18/2024 |
0.1.1-rc.62 | 114 | 12/18/2023 |
0.1.1-rc.58 | 80 | 12/18/2023 |
0.1.1-rc.56 | 59 | 12/17/2023 |
0.1.1-rc.54 | 74 | 12/17/2023 |