RabbitExpress 1.1.13
An easy to use RabbitMQ Client for .Net.
See the version list below for details.
Install-Package RabbitExpress -Version 1.1.13
dotnet add package RabbitExpress --version 1.1.13
<PackageReference Include="RabbitExpress" Version="1.1.13" />
paket add RabbitExpress --version 1.1.13
#r "nuget: RabbitExpress, 1.1.13"
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.
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.
Dependencies
-
.NETStandard 2.0
- MsgPack.Cli (>= 1.0.1)
- RabbitMQ.Client (>= 5.1.0)
- SexyProxy (>= 2.0.104)
- SexyProxy.Emit (>= 2.0.104)
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
1.1.16 | 513 | 6/12/2019 |
1.1.15 | 395 | 6/8/2019 |
1.1.14 | 331 | 6/6/2019 |
1.1.13 | 436 | 6/3/2019 |
1.1.12 | 274 | 6/3/2019 |
1.1.11 | 249 | 6/2/2019 |
1.1.10 | 265 | 5/13/2019 |
1.1.9 | 227 | 5/11/2019 |
1.1.8 | 213 | 5/11/2019 |
1.1.7 | 201 | 5/2/2019 |
1.1.6 | 200 | 5/2/2019 |
1.1.5 | 217 | 5/1/2019 |
1.1.4 | 224 | 5/1/2019 |
1.1.3 | 212 | 5/1/2019 |
1.1.2 | 212 | 5/1/2019 |
1.1.1 | 223 | 5/1/2019 |
1.1.0 | 225 | 5/1/2019 |