EasyNetQ.DI.Microsoft
8.0.0-beta8
Prefix Reserved
See the version list below for details.
dotnet add package EasyNetQ.DI.Microsoft --version 8.0.0-beta8
NuGet\Install-Package EasyNetQ.DI.Microsoft -Version 8.0.0-beta8
<PackageReference Include="EasyNetQ.DI.Microsoft" Version="8.0.0-beta8" />
<PackageVersion Include="EasyNetQ.DI.Microsoft" Version="8.0.0-beta8" />
<PackageReference Include="EasyNetQ.DI.Microsoft" />
paket add EasyNetQ.DI.Microsoft --version 8.0.0-beta8
#r "nuget: EasyNetQ.DI.Microsoft, 8.0.0-beta8"
#:package EasyNetQ.DI.Microsoft@8.0.0-beta8
#addin nuget:?package=EasyNetQ.DI.Microsoft&version=8.0.0-beta8&prerelease
#tool nuget:?package=EasyNetQ.DI.Microsoft&version=8.0.0-beta8&prerelease
A Nice .NET API for RabbitMQ
Initial development was sponsored by travel industry experts 15below
Goals:
- To make working with RabbitMQ on .NET as easy as possible.
To connect to a RabbitMQ broker...
var bus = RabbitHutch.CreateBus("host=localhost");
To publish a message...
await bus.PubSub.PublishAsync(message);
To publish a message with 5s delay...
await bus.Scheduler.FuturePublishAsync(message, TimeSpan.FromSeconds(5));
To subscribe to a message...
await bus.PubSub.SubscribeAsync<MyMessage>(
"my_subscription_id", msg => Console.WriteLine(msg.Text)
);
Remote procedure call...
var request = new TestRequestMessage {Text = "Hello from the client! "};
await bus.Rpc.RequestAsync<TestRequestMessage, TestResponseMessage>(request);
RPC server...
await bus.Rpc.RespondAsync<TestRequestMessage, TestResponseMessage>(request =>
new TestResponseMessage{ Text = request.Text + " all done!" }
);
Getting started
Just open EasyNetQ.sln in VisualStudio or Rider and build. All the required dependencies for the solution file to build the software are included.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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
- EasyNetQ (>= 8.0.0-beta8)
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
-
net6.0
- EasyNetQ (>= 8.0.0-beta8)
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on EasyNetQ.DI.Microsoft:
| Package | Downloads |
|---|---|
|
NanoCore
The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar. |
|
|
HwApp.EasyNetQ
HwApp EasyNetQ integration |
|
|
Es.Framework.MQ.Rabbitmq
EsWork Libraries |
|
|
TinyFx.Extensions.RabbitMQ
EasyNetQ封装 |
|
|
ZStack.AspNetCore.EventBus
ZStack.AspNetCore框架 事件总线插件(EasyNetQ) |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on EasyNetQ.DI.Microsoft:
| Repository | Stars |
|---|---|
|
pridejoy/MalusAdmin
海棠后台管理系统,基于Net7+Vue3+Soybean 开发的前后端分离式权限管理系统,采用最原生最简洁的方式来实现, 前端清新优雅高颜值,后端 结构清晰,优雅易懂,功能强大,提供快速开发的解决方案。
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0-beta96 | 26,399 | 3/15/2024 |
| 8.0.0-beta95 | 765 | 10/22/2023 |
| 8.0.0-beta94 | 4,072 | 6/18/2023 |
| 8.0.0-beta93 | 323 | 6/17/2023 |
| 8.0.0-beta92 | 290 | 6/17/2023 |
| 8.0.0-beta91 | 282 | 6/11/2023 |
| 8.0.0-beta90 | 544 | 5/8/2023 |
| 8.0.0-beta9 | 444 | 3/21/2023 |
| 8.0.0-beta8 | 363 | 2/20/2023 |
| 8.0.0-beta10 | 292 | 3/21/2023 |
| 7.8.0 | 1,311,821 | 12/16/2023 |
| 7.7.0 | 68,063 | 11/19/2023 |
| 7.6.0 | 36,387 | 10/12/2023 |
| 7.5.5 | 144,802 | 7/20/2023 |
| 7.5.4 | 886 | 7/19/2023 |
| 7.5.3 | 57,751 | 6/15/2023 |
| 7.5.2 | 93,372 | 5/14/2023 |
| 7.5.1 | 32,842 | 5/4/2023 |
| 7.5.0 | 66,836 | 3/25/2023 |
| 7.4.3 | 170,282 | 2/3/2023 |