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"
#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 (16)
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. |
|
Es.Framework.MQ.Rabbitmq
EsWork Libraries |
|
HwApp.EasyNetQ
HwApp EasyNetQ integration |
|
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 | 10,114 | 3/15/2024 |
8.0.0-beta95 | 677 | 10/22/2023 |
8.0.0-beta94 | 3,954 | 6/18/2023 |
8.0.0-beta93 | 192 | 6/17/2023 |
8.0.0-beta92 | 179 | 6/17/2023 |
8.0.0-beta91 | 177 | 6/11/2023 |
8.0.0-beta90 | 423 | 5/8/2023 |
8.0.0-beta9 | 315 | 3/21/2023 |
8.0.0-beta8 | 245 | 2/20/2023 |
8.0.0-beta6 | 206 | 1/29/2023 |
8.0.0-beta5 | 216 | 1/20/2023 |
8.0.0-beta4 | 213 | 1/5/2023 |
8.0.0-beta3 | 181 | 12/29/2022 |
8.0.0-beta2 | 226 | 12/16/2022 |
8.0.0-beta10 | 172 | 3/21/2023 |
8.0.0-beta1 | 191 | 12/15/2022 |
8.0.0-alpha9 | 205 | 12/14/2022 |
8.0.0-alpha8 | 204 | 11/30/2022 |
8.0.0-alpha7 | 293 | 11/12/2022 |
8.0.0-alpha6 | 221 | 10/29/2022 |
8.0.0-alpha5 | 222 | 10/5/2022 |
8.0.0-alpha4 | 236 | 10/1/2022 |
8.0.0-alpha3 | 264 | 9/26/2022 |
8.0.0-alpha2 | 241 | 9/21/2022 |
8.0.0-alpha1 | 263 | 9/19/2022 |
7.8.0 | 720,305 | 12/16/2023 |
7.7.0 | 66,260 | 11/19/2023 |
7.6.0 | 34,508 | 10/12/2023 |
7.5.5 | 131,549 | 7/20/2023 |
7.5.4 | 670 | 7/19/2023 |
7.5.3 | 54,581 | 6/15/2023 |
7.5.2 | 82,793 | 5/14/2023 |
7.5.1 | 24,356 | 5/4/2023 |
7.5.0 | 41,685 | 3/25/2023 |
7.4.3 | 135,844 | 2/3/2023 |
7.4.1 | 1,018 | 1/31/2023 |
7.4.0 | 6,178 | 1/29/2023 |
7.3.12 | 9,881 | 1/23/2023 |
7.3.11 | 1,258 | 1/22/2023 |
7.3.10 | 4,531 | 1/19/2023 |
7.3.9 | 20,603 | 1/17/2023 |
7.3.8 | 22,392 | 1/4/2023 |
7.3.7 | 11,758 | 12/22/2022 |
7.3.6 | 4,214 | 12/19/2022 |
7.3.5 | 32,727 | 11/30/2022 |
7.3.4 | 644 | 11/30/2022 |
7.3.3 | 7,419 | 11/24/2022 |
7.3.2 | 36,141 | 11/15/2022 |
7.3.1 | 1,233 | 11/12/2022 |
7.3.0 | 15,152 | 10/29/2022 |
7.3.0-alpha3 | 198 | 10/15/2022 |
7.3.0-alpha2 | 204 | 10/15/2022 |
7.2.1 | 16,954 | 10/9/2022 |
7.2.1-alpha1 | 173 | 10/6/2022 |
7.2.0 | 21,947 | 9/17/2022 |
7.2.0-alpha1 | 266 | 9/15/2022 |
7.1.1-alpha1 | 260 | 9/14/2022 |
7.1.0 | 4,671 | 9/13/2022 |
7.0.4 | 8,418 | 9/7/2022 |
7.0.3 | 960 | 9/5/2022 |
7.0.3-alpha1 | 201 | 9/5/2022 |
7.0.2 | 688 | 9/5/2022 |
7.0.1 | 33,547 | 8/27/2022 |
7.0.0 | 47,150 | 7/23/2022 |
7.0.0-rc5 | 1,409 | 6/28/2022 |
7.0.0-rc4 | 216 | 6/27/2022 |
7.0.0-rc3 | 880 | 6/20/2022 |
7.0.0-rc2 | 258 | 6/9/2022 |
7.0.0-rc1 | 221 | 6/9/2022 |
7.0.0-beta9 | 233 | 6/8/2022 |
7.0.0-beta7 | 245 | 6/5/2022 |
7.0.0-beta6 | 229 | 5/24/2022 |
7.0.0-beta5 | 2,018 | 11/18/2021 |
7.0.0-beta4 | 303 | 11/9/2021 |
7.0.0-beta3 | 366 | 11/6/2021 |
7.0.0-beta2 | 426 | 9/29/2021 |
7.0.0-beta1 | 344 | 9/13/2021 |
7.0.0-alpha9 | 358 | 8/25/2021 |
7.0.0-alpha8 | 299 | 8/25/2021 |
7.0.0-alpha7 | 296 | 8/25/2021 |
7.0.0-alpha6 | 305 | 8/16/2021 |
7.0.0-alpha5 | 310 | 8/16/2021 |
7.0.0-alpha4 | 803 | 1/20/2021 |
7.0.0-alpha3 | 514 | 12/31/2020 |
7.0.0-alpha2 | 469 | 12/28/2020 |
6.5.2 | 113,162 | 6/20/2022 |
6.4.1 | 30,619 | 5/22/2022 |
6.4.0-alpha0096 | 739 | 12/6/2020 |
6.4.0-alpha0095 | 552 | 12/6/2020 |
6.4.0-alpha0094 | 544 | 12/6/2020 |
6.4.0-alpha.99 | 354 | 12/26/2020 |
6.4.0-alpha.97 | 331 | 12/9/2020 |
6.3.1 | 567,859 | 11/28/2020 |
6.3.0 | 6,075 | 11/22/2020 |
6.2.0 | 2,895 | 11/15/2020 |
6.1.0 | 1,492 | 11/10/2020 |
6.0.3 | 1,001 | 11/9/2020 |
6.0.2 | 1,420 | 11/6/2020 |
6.0.1 | 1,401 | 11/1/2020 |
5.6.0 | 106,098 | 10/10/2020 |
5.5.0 | 10,343 | 10/5/2020 |
5.4.1 | 881 | 10/4/2020 |
5.4.0 | 1,514 | 10/1/2020 |
5.3.0-alpha0079 | 9,596 | 6/16/2020 |
5.3.0-alpha0078 | 565 | 6/15/2020 |
5.3.0-alpha0077 | 558 | 6/15/2020 |
5.3.0-alpha0076 | 591 | 6/15/2020 |
5.3.0-alpha0075 | 572 | 6/14/2020 |
5.3.0-alpha0074 | 555 | 6/12/2020 |
5.3.0-alpha0073 | 567 | 6/12/2020 |
5.3.0-alpha0072 | 583 | 6/11/2020 |
5.3.0-alpha0070 | 952 | 6/7/2020 |
5.2.2 | 30,901 | 9/4/2020 |
5.2.1 | 862 | 9/3/2020 |
5.2.0 | 106,587 | 6/7/2020 |
5.2.0-alpha0073 | 667 | 5/26/2020 |
5.2.0-alpha0072 | 630 | 5/25/2020 |
5.2.0-alpha0071 | 603 | 5/25/2020 |
5.2.0-alpha0070 | 631 | 5/24/2020 |
5.2.0-alpha0069 | 643 | 5/24/2020 |
5.2.0-alpha0066 | 572 | 5/21/2020 |
5.2.0-alpha0065 | 619 | 5/20/2020 |
5.2.0-alpha0064 | 628 | 5/17/2020 |
5.2.0-alpha0057 | 598 | 5/10/2020 |
5.2.0-alpha0056 | 735 | 5/8/2020 |
5.1.2 | 6,154 | 5/24/2020 |
5.1.1 | 4,261 | 5/10/2020 |
5.1.0 | 1,156 | 5/7/2020 |
5.1.0-alpha0055 | 580 | 5/3/2020 |
5.1.0-alpha0054 | 614 | 5/3/2020 |
5.1.0-alpha0053 | 614 | 4/30/2020 |
5.0.5 | 1,438 | 5/4/2020 |
5.0.4 | 3,095 | 5/3/2020 |
5.0.3 | 1,061 | 5/2/2020 |
5.0.2 | 835 | 5/2/2020 |
5.0.1 | 868 | 5/2/2020 |
5.0.0 | 1,360 | 4/29/2020 |
4.1.0-alpha0014 | 577 | 4/29/2020 |
4.1.0-alpha0013 | 583 | 4/24/2020 |
4.1.0-alpha0005 | 596 | 4/20/2020 |
4.1.0-alpha0004 | 575 | 4/18/2020 |
4.1.0-alpha0001 | 590 | 4/17/2020 |
4.0.9 | 885 | 4/29/2020 |
4.0.8 | 1,854 | 4/28/2020 |
4.0.7 | 5,391 | 4/27/2020 |
4.0.6 | 1,056 | 4/24/2020 |
4.0.5 | 5,349 | 4/22/2020 |
4.0.4 | 1,074 | 4/21/2020 |
4.0.3 | 897 | 4/20/2020 |
4.0.2 | 848 | 4/20/2020 |
4.0.1 | 927 | 4/20/2020 |
4.0.0 | 841 | 4/18/2020 |
3.8.0 | 8,078 | 4/17/2020 |
3.8.0-alpha0048 | 866 | 2/28/2020 |
3.8.0-alpha0042 | 1,603 | 2/13/2020 |
3.8.0-alpha0041 | 797 | 1/8/2020 |
3.8.0-alpha0040 | 1,049 | 9/26/2019 |
3.8.0-alpha0039 | 624 | 9/25/2019 |
3.7.1 | 187,534 | 9/25/2019 |
3.7.0 | 1,356 | 9/23/2019 |
3.7.0-alpha0038 | 822 | 8/3/2019 |
3.7.0-alpha0037 | 637 | 8/1/2019 |
3.6.0 | 36,872 | 7/17/2019 |
3.6.0-alpha0036 | 872 | 6/4/2019 |
3.6.0-alpha0035 | 687 | 6/2/2019 |
3.6.0-alpha0034 | 686 | 6/2/2019 |
3.6.0-alpha0033 | 654 | 6/2/2019 |
3.6.0-alpha0031 | 698 | 5/4/2019 |
3.5.2 | 3,150 | 7/11/2019 |
3.5.1 | 13,324 | 6/2/2019 |
3.5.0 | 3,475 | 5/2/2019 |
3.5.0-alpha0036 | 1,240 | 4/10/2019 |
3.5.0-alpha0031 | 679 | 3/25/2019 |
3.5.0-alpha0030 | 715 | 3/21/2019 |
3.5.0-alpha0029 | 673 | 3/19/2019 |
3.5.0-alpha0027 | 663 | 3/18/2019 |
3.5.0-alpha0026 | 678 | 3/18/2019 |
3.5.0-alpha0025 | 662 | 3/17/2019 |
3.5.0-alpha0024 | 660 | 3/16/2019 |
3.5.0-alpha0021 | 667 | 3/15/2019 |
3.5.0-alpha0020 | 699 | 3/14/2019 |
3.5.0-alpha0019 | 679 | 3/14/2019 |
3.5.0-alpha0018 | 670 | 3/14/2019 |
3.5.0-alpha0013 | 680 | 3/14/2019 |
3.4.5 | 18,124 | 3/21/2019 |
3.4.4 | 5,578 | 3/16/2019 |
3.4.3 | 1,091 | 3/14/2019 |
3.4.2 | 966 | 3/13/2019 |
3.4.1 | 997 | 3/12/2019 |
3.4.0 | 54,973 | 2/19/2019 |
3.4.0-alpha0022 | 933 | 1/27/2019 |
3.4.0-alpha0021 | 769 | 1/25/2019 |
3.4.0-alpha0020 | 888 | 12/21/2018 |
3.4.0-alpha0019 | 782 | 12/6/2018 |
3.4.0-alpha0018 | 849 | 11/21/2018 |
3.4.0-alpha0017 | 839 | 11/20/2018 |
3.4.0-alpha0016 | 881 | 11/5/2018 |
3.4.0-alpha0015 | 847 | 11/2/2018 |
3.4.0-alpha0011 | 844 | 11/1/2018 |
3.4.0-alpha0010 | 896 | 10/3/2018 |
3.4.0-alpha0009 | 885 | 9/16/2018 |
3.4.0-alpha0008 | 981 | 9/1/2018 |
3.4.0-alpha0007 | 915 | 8/29/2018 |
3.4.0-alpha0006 | 877 | 8/28/2018 |
3.4.0-alpha0005 | 914 | 8/28/2018 |
3.4.0-alpha0004 | 902 | 8/23/2018 |
3.4.0-alpha0003 | 950 | 8/22/2018 |
3.4.0-alpha0002 | 965 | 8/10/2018 |
3.4.0-alpha0001 | 1,023 | 7/30/2018 |
3.3.9 | 3,554 | 1/25/2019 |
3.3.8 | 3,379 | 1/18/2019 |
3.3.7 | 2,916 | 1/5/2019 |
3.3.6 | 1,427 | 12/19/2018 |
3.3.5 | 3,978 | 11/21/2018 |
3.3.4 | 2,338 | 11/20/2018 |
3.3.3 | 2,168 | 11/11/2018 |
3.3.2 | 4,491 | 10/12/2018 |
3.3.1 | 8,610 | 8/28/2018 |
3.3.0 | 21,982 | 7/18/2018 |
3.3.0-alpha0007 | 1,206 | 7/18/2018 |
3.3.0-alpha0006 | 1,230 | 7/17/2018 |
3.3.0-alpha0005 | 1,217 | 7/17/2018 |
3.3.0-alpha0004 | 1,019 | 7/17/2018 |
3.3.0-alpha0003 | 1,000 | 7/15/2018 |
3.3.0-alpha0001 | 1,219 | 7/11/2018 |
3.2.0 | 1,646 | 7/12/2018 |
3.1.2 | 1,548 | 7/11/2018 |
3.1.1 | 1,355 | 7/4/2018 |
3.1.0 | 1,500 | 6/20/2018 |
3.1.0-alpha0019 | 1,185 | 7/4/2018 |
3.1.0-alpha0017 | 1,096 | 7/2/2018 |
3.1.0-alpha0016 | 1,188 | 6/30/2018 |
3.1.0-alpha0014 | 1,038 | 6/26/2018 |
3.1.0-alpha0011 | 1,043 | 6/23/2018 |
3.1.0-alpha0010 | 1,189 | 6/20/2018 |
3.1.0-alpha0009 | 1,190 | 6/20/2018 |
3.1.0-alpha0008 | 1,044 | 6/19/2018 |
3.1.0-alpha0007 | 1,043 | 6/17/2018 |
3.1.0-alpha0006 | 1,192 | 6/14/2018 |
3.0.1 | 1,319 | 7/4/2018 |
1.0.0 | 1,984 | 6/14/2018 |