Info
| Version: | 0.9.3 |
| Author(s): | StephenYang |
| Last Update: | Monday, November 1, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/StephenYang1989/CreamCustardBun |
| NuGet Url: | https://www.nuget.org/packages/CreamCustardBun |
Install
Install-Package CreamCustardBun
dotnet add package CreamCustardBun
paket add CreamCustardBun
CreamCustardBun Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- RabbitMQ.Client(>= 6.2.1)
This library is a package for RabbitMQ.
User can use Consumer(byte[]) Or Consumer<T> to consumer message queue easily.And use Producer to push data into a RabbitMQ queue.
This library support encode and decode json data ,and support compress the raw data yet.You can customed a Encoder or Decoder by implement the IMessageEncoder or IMessageDeoder.