RabbitExpress 1.1.16
dotnet add package RabbitExpress --version 1.1.16
NuGet\Install-Package RabbitExpress -Version 1.1.16
<PackageReference Include="RabbitExpress" Version="1.1.16" />
paket add RabbitExpress --version 1.1.16
#r "nuget: RabbitExpress, 1.1.16"
// Install RabbitExpress as a Cake Addin #addin nuget:?package=RabbitExpress&version=1.1.16 // Install RabbitExpress as a Cake Tool #tool nuget:?package=RabbitExpress&version=1.1.16
RabbitExpress
An easy to use RabbitMQ Client for .Net.
How to install
In the csproj add a PackageReference to the RabbitExpress.Serializers.JsonSerializer
<ItemGroup>
<PackageReference Include="RabbitExpress.Serializers.JsonSerializer" Version="1.*" />
</ItemGroup>
or the RabbitExpress.Serializers.MsgPackSerializer package.
<ItemGroup>
<PackageReference Include="RabbitExpress.Serializers.MsgPackSerializer" Version="1.*" />
</ItemGroup>
Publisher usage
For a simple example of a publisher see RabbitExpress.Example.Publisher.
Worker usage
For a simple worker implementation see RabbitExpress.Example.Worker.
RPC Client usage
For a simple rpc client implementation see RabbitExpress.Example.RpcClient.
RPC Server usage
For a simple rpc client implementation see RabbitExpress.Example.RpcServer.
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.Options (>= 2.2.0)
- MsgPack.Cli (>= 1.0.1)
- RabbitMQ.Client (>= 5.1.0)
- SexyProxy (>= 2.0.104)
- SexyProxy.Emit (>= 2.0.104)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RabbitExpress:
Package | Downloads |
---|---|
RabbitExpress.Serializers.MsgPackSerializer
A simple MsgPack serializer implementation for usage in RabbitExpress. |
|
RabbitExpress.Serializers.JsonSerializer
A simple JSON serializer implementation for usage in RabbitExpress. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.16 | 2,441 | 6/12/2019 |
1.1.15 | 2,252 | 6/8/2019 |
1.1.14 | 2,079 | 6/6/2019 |
1.1.13 | 2,187 | 6/3/2019 |
1.1.12 | 2,047 | 6/3/2019 |
1.1.11 | 2,086 | 6/2/2019 |
1.1.10 | 2,015 | 5/13/2019 |
1.1.9 | 2,029 | 5/11/2019 |
1.1.8 | 570 | 5/11/2019 |
1.1.7 | 551 | 5/2/2019 |
1.1.6 | 556 | 5/2/2019 |
1.1.5 | 565 | 5/1/2019 |
1.1.4 | 570 | 5/1/2019 |
1.1.3 | 551 | 5/1/2019 |
1.1.2 | 569 | 5/1/2019 |
1.1.1 | 558 | 5/1/2019 |
1.1.0 | 559 | 5/1/2019 |