EasyNetQ.DI.Microsoft
8.0.0-beta10
Prefix Reserved
See the version list below for details.
dotnet add package EasyNetQ.DI.Microsoft --version 8.0.0-beta10
NuGet\Install-Package EasyNetQ.DI.Microsoft -Version 8.0.0-beta10
<PackageReference Include="EasyNetQ.DI.Microsoft" Version="8.0.0-beta10" />
<PackageVersion Include="EasyNetQ.DI.Microsoft" Version="8.0.0-beta10" />
<PackageReference Include="EasyNetQ.DI.Microsoft" />
paket add EasyNetQ.DI.Microsoft --version 8.0.0-beta10
#r "nuget: EasyNetQ.DI.Microsoft, 8.0.0-beta10"
#addin nuget:?package=EasyNetQ.DI.Microsoft&version=8.0.0-beta10&prerelease
#tool nuget:?package=EasyNetQ.DI.Microsoft&version=8.0.0-beta10&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-beta10)
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
-
net6.0
- EasyNetQ (>= 8.0.0-beta10)
- 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封装 |
|
OneFx.RabbitMQ
OneFx框架对消息队列的支持 |
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 | 9,218 | 3/15/2024 |
8.0.0-beta95 | 672 | 10/22/2023 |
8.0.0-beta94 | 3,946 | 6/18/2023 |
8.0.0-beta93 | 184 | 6/17/2023 |
8.0.0-beta92 | 171 | 6/17/2023 |
8.0.0-beta91 | 168 | 6/11/2023 |
8.0.0-beta90 | 415 | 5/8/2023 |
8.0.0-beta9 | 308 | 3/21/2023 |
8.0.0-beta8 | 237 | 2/20/2023 |
8.0.0-beta6 | 197 | 1/29/2023 |
8.0.0-beta5 | 209 | 1/20/2023 |
8.0.0-beta4 | 205 | 1/5/2023 |
8.0.0-beta3 | 173 | 12/29/2022 |
8.0.0-beta2 | 217 | 12/16/2022 |
8.0.0-beta10 | 164 | 3/21/2023 |
8.0.0-beta1 | 184 | 12/15/2022 |
8.0.0-alpha9 | 196 | 12/14/2022 |
8.0.0-alpha8 | 196 | 11/30/2022 |
8.0.0-alpha7 | 285 | 11/12/2022 |
8.0.0-alpha6 | 215 | 10/29/2022 |
8.0.0-alpha5 | 215 | 10/5/2022 |
8.0.0-alpha4 | 227 | 10/1/2022 |
8.0.0-alpha3 | 259 | 9/26/2022 |
8.0.0-alpha2 | 233 | 9/21/2022 |
8.0.0-alpha1 | 254 | 9/19/2022 |
7.8.0 | 692,965 | 12/16/2023 |
7.7.0 | 66,069 | 11/19/2023 |
7.6.0 | 34,215 | 10/12/2023 |
7.5.5 | 130,810 | 7/20/2023 |
7.5.4 | 661 | 7/19/2023 |
7.5.3 | 54,513 | 6/15/2023 |
7.5.2 | 82,077 | 5/14/2023 |
7.5.1 | 24,133 | 5/4/2023 |
7.5.0 | 41,529 | 3/25/2023 |
7.4.3 | 134,128 | 2/3/2023 |
7.4.1 | 1,010 | 1/31/2023 |
7.4.0 | 6,170 | 1/29/2023 |
7.3.12 | 9,868 | 1/23/2023 |
7.3.11 | 1,249 | 1/22/2023 |
7.3.10 | 4,501 | 1/19/2023 |
7.3.9 | 20,575 | 1/17/2023 |
7.3.8 | 22,332 | 1/4/2023 |
7.3.7 | 11,750 | 12/22/2022 |
7.3.6 | 4,205 | 12/19/2022 |
7.3.5 | 32,577 | 11/30/2022 |
7.3.4 | 635 | 11/30/2022 |
7.3.3 | 7,407 | 11/24/2022 |
7.3.2 | 36,135 | 11/15/2022 |
7.3.1 | 1,224 | 11/12/2022 |
7.3.0 | 15,145 | 10/29/2022 |
7.3.0-alpha3 | 189 | 10/15/2022 |
7.3.0-alpha2 | 195 | 10/15/2022 |
7.2.1 | 16,901 | 10/9/2022 |
7.2.1-alpha1 | 167 | 10/6/2022 |
7.2.0 | 21,889 | 9/17/2022 |
7.2.0-alpha1 | 259 | 9/15/2022 |
7.1.1-alpha1 | 252 | 9/14/2022 |
7.1.0 | 4,663 | 9/13/2022 |
7.0.4 | 8,393 | 9/7/2022 |
7.0.3 | 952 | 9/5/2022 |
7.0.3-alpha1 | 195 | 9/5/2022 |
7.0.2 | 678 | 9/5/2022 |
7.0.1 | 33,517 | 8/27/2022 |
7.0.0 | 47,013 | 7/23/2022 |
7.0.0-rc5 | 1,399 | 6/28/2022 |
7.0.0-rc4 | 209 | 6/27/2022 |
7.0.0-rc3 | 872 | 6/20/2022 |
7.0.0-rc2 | 251 | 6/9/2022 |
7.0.0-rc1 | 213 | 6/9/2022 |
7.0.0-beta9 | 225 | 6/8/2022 |
7.0.0-beta7 | 237 | 6/5/2022 |
7.0.0-beta6 | 220 | 5/24/2022 |
7.0.0-beta5 | 2,010 | 11/18/2021 |
7.0.0-beta4 | 297 | 11/9/2021 |
7.0.0-beta3 | 358 | 11/6/2021 |
7.0.0-beta2 | 416 | 9/29/2021 |
7.0.0-beta1 | 337 | 9/13/2021 |
7.0.0-alpha9 | 350 | 8/25/2021 |
7.0.0-alpha8 | 290 | 8/25/2021 |
7.0.0-alpha7 | 286 | 8/25/2021 |
7.0.0-alpha6 | 295 | 8/16/2021 |
7.0.0-alpha5 | 301 | 8/16/2021 |
7.0.0-alpha4 | 794 | 1/20/2021 |
7.0.0-alpha3 | 508 | 12/31/2020 |
7.0.0-alpha2 | 463 | 12/28/2020 |
6.5.2 | 112,488 | 6/20/2022 |
6.4.1 | 30,542 | 5/22/2022 |
6.4.0-alpha0096 | 732 | 12/6/2020 |
6.4.0-alpha0095 | 542 | 12/6/2020 |
6.4.0-alpha0094 | 535 | 12/6/2020 |
6.4.0-alpha.99 | 346 | 12/26/2020 |
6.4.0-alpha.97 | 322 | 12/9/2020 |
6.3.1 | 565,147 | 11/28/2020 |
6.3.0 | 6,064 | 11/22/2020 |
6.2.0 | 2,879 | 11/15/2020 |
6.1.0 | 1,484 | 11/10/2020 |
6.0.3 | 992 | 11/9/2020 |
6.0.2 | 1,392 | 11/6/2020 |
6.0.1 | 1,392 | 11/1/2020 |
5.6.0 | 105,590 | 10/10/2020 |
5.5.0 | 10,317 | 10/5/2020 |
5.4.1 | 872 | 10/4/2020 |
5.4.0 | 1,501 | 10/1/2020 |
5.3.0-alpha0079 | 9,588 | 6/16/2020 |
5.3.0-alpha0078 | 559 | 6/15/2020 |
5.3.0-alpha0077 | 554 | 6/15/2020 |
5.3.0-alpha0076 | 584 | 6/15/2020 |
5.3.0-alpha0075 | 566 | 6/14/2020 |
5.3.0-alpha0074 | 549 | 6/12/2020 |
5.3.0-alpha0073 | 561 | 6/12/2020 |
5.3.0-alpha0072 | 576 | 6/11/2020 |
5.3.0-alpha0070 | 939 | 6/7/2020 |
5.2.2 | 30,867 | 9/4/2020 |
5.2.1 | 852 | 9/3/2020 |
5.2.0 | 106,474 | 6/7/2020 |
5.2.0-alpha0073 | 661 | 5/26/2020 |
5.2.0-alpha0072 | 625 | 5/25/2020 |
5.2.0-alpha0071 | 596 | 5/25/2020 |
5.2.0-alpha0070 | 624 | 5/24/2020 |
5.2.0-alpha0069 | 639 | 5/24/2020 |
5.2.0-alpha0066 | 566 | 5/21/2020 |
5.2.0-alpha0065 | 613 | 5/20/2020 |
5.2.0-alpha0064 | 621 | 5/17/2020 |
5.2.0-alpha0057 | 591 | 5/10/2020 |
5.2.0-alpha0056 | 727 | 5/8/2020 |
5.1.2 | 6,147 | 5/24/2020 |
5.1.1 | 4,251 | 5/10/2020 |
5.1.0 | 1,149 | 5/7/2020 |
5.1.0-alpha0055 | 573 | 5/3/2020 |
5.1.0-alpha0054 | 609 | 5/3/2020 |
5.1.0-alpha0053 | 607 | 4/30/2020 |
5.0.5 | 1,429 | 5/4/2020 |
5.0.4 | 3,088 | 5/3/2020 |
5.0.3 | 1,054 | 5/2/2020 |
5.0.2 | 828 | 5/2/2020 |
5.0.1 | 861 | 5/2/2020 |
5.0.0 | 1,352 | 4/29/2020 |
4.1.0-alpha0014 | 571 | 4/29/2020 |
4.1.0-alpha0013 | 577 | 4/24/2020 |
4.1.0-alpha0005 | 590 | 4/20/2020 |
4.1.0-alpha0004 | 570 | 4/18/2020 |
4.1.0-alpha0001 | 585 | 4/17/2020 |
4.0.9 | 877 | 4/29/2020 |
4.0.8 | 1,844 | 4/28/2020 |
4.0.7 | 5,381 | 4/27/2020 |
4.0.6 | 1,049 | 4/24/2020 |
4.0.5 | 5,338 | 4/22/2020 |
4.0.4 | 1,066 | 4/21/2020 |
4.0.3 | 889 | 4/20/2020 |
4.0.2 | 841 | 4/20/2020 |
4.0.1 | 921 | 4/20/2020 |
4.0.0 | 834 | 4/18/2020 |
3.8.0 | 8,070 | 4/17/2020 |
3.8.0-alpha0048 | 858 | 2/28/2020 |
3.8.0-alpha0042 | 1,597 | 2/13/2020 |
3.8.0-alpha0041 | 788 | 1/8/2020 |
3.8.0-alpha0040 | 1,043 | 9/26/2019 |
3.8.0-alpha0039 | 617 | 9/25/2019 |
3.7.1 | 187,131 | 9/25/2019 |
3.7.0 | 1,350 | 9/23/2019 |
3.7.0-alpha0038 | 814 | 8/3/2019 |
3.7.0-alpha0037 | 630 | 8/1/2019 |
3.6.0 | 36,844 | 7/17/2019 |
3.6.0-alpha0036 | 866 | 6/4/2019 |
3.6.0-alpha0035 | 679 | 6/2/2019 |
3.6.0-alpha0034 | 680 | 6/2/2019 |
3.6.0-alpha0033 | 647 | 6/2/2019 |
3.6.0-alpha0031 | 691 | 5/4/2019 |
3.5.2 | 3,140 | 7/11/2019 |
3.5.1 | 13,317 | 6/2/2019 |
3.5.0 | 3,465 | 5/2/2019 |
3.5.0-alpha0036 | 1,235 | 4/10/2019 |
3.5.0-alpha0031 | 673 | 3/25/2019 |
3.5.0-alpha0030 | 709 | 3/21/2019 |
3.5.0-alpha0029 | 666 | 3/19/2019 |
3.5.0-alpha0027 | 657 | 3/18/2019 |
3.5.0-alpha0026 | 671 | 3/18/2019 |
3.5.0-alpha0025 | 655 | 3/17/2019 |
3.5.0-alpha0024 | 655 | 3/16/2019 |
3.5.0-alpha0021 | 662 | 3/15/2019 |
3.5.0-alpha0020 | 693 | 3/14/2019 |
3.5.0-alpha0019 | 672 | 3/14/2019 |
3.5.0-alpha0018 | 663 | 3/14/2019 |
3.5.0-alpha0013 | 674 | 3/14/2019 |
3.4.5 | 18,116 | 3/21/2019 |
3.4.4 | 5,569 | 3/16/2019 |
3.4.3 | 1,084 | 3/14/2019 |
3.4.2 | 960 | 3/13/2019 |
3.4.1 | 990 | 3/12/2019 |
3.4.0 | 54,965 | 2/19/2019 |
3.4.0-alpha0022 | 928 | 1/27/2019 |
3.4.0-alpha0021 | 762 | 1/25/2019 |
3.4.0-alpha0020 | 881 | 12/21/2018 |
3.4.0-alpha0019 | 775 | 12/6/2018 |
3.4.0-alpha0018 | 844 | 11/21/2018 |
3.4.0-alpha0017 | 832 | 11/20/2018 |
3.4.0-alpha0016 | 872 | 11/5/2018 |
3.4.0-alpha0015 | 841 | 11/2/2018 |
3.4.0-alpha0011 | 837 | 11/1/2018 |
3.4.0-alpha0010 | 890 | 10/3/2018 |
3.4.0-alpha0009 | 879 | 9/16/2018 |
3.4.0-alpha0008 | 972 | 9/1/2018 |
3.4.0-alpha0007 | 906 | 8/29/2018 |
3.4.0-alpha0006 | 869 | 8/28/2018 |
3.4.0-alpha0005 | 908 | 8/28/2018 |
3.4.0-alpha0004 | 894 | 8/23/2018 |
3.4.0-alpha0003 | 944 | 8/22/2018 |
3.4.0-alpha0002 | 957 | 8/10/2018 |
3.4.0-alpha0001 | 1,014 | 7/30/2018 |
3.3.9 | 3,546 | 1/25/2019 |
3.3.8 | 3,373 | 1/18/2019 |
3.3.7 | 2,909 | 1/5/2019 |
3.3.6 | 1,421 | 12/19/2018 |
3.3.5 | 3,970 | 11/21/2018 |
3.3.4 | 2,332 | 11/20/2018 |
3.3.3 | 2,161 | 11/11/2018 |
3.3.2 | 4,482 | 10/12/2018 |
3.3.1 | 8,535 | 8/28/2018 |
3.3.0 | 21,970 | 7/18/2018 |
3.3.0-alpha0007 | 1,193 | 7/18/2018 |
3.3.0-alpha0006 | 1,216 | 7/17/2018 |
3.3.0-alpha0005 | 1,203 | 7/17/2018 |
3.3.0-alpha0004 | 1,011 | 7/17/2018 |
3.3.0-alpha0003 | 991 | 7/15/2018 |
3.3.0-alpha0001 | 1,207 | 7/11/2018 |
3.2.0 | 1,632 | 7/12/2018 |
3.1.2 | 1,536 | 7/11/2018 |
3.1.1 | 1,344 | 7/4/2018 |
3.1.0 | 1,486 | 6/20/2018 |
3.1.0-alpha0019 | 1,174 | 7/4/2018 |
3.1.0-alpha0017 | 1,087 | 7/2/2018 |
3.1.0-alpha0016 | 1,175 | 6/30/2018 |
3.1.0-alpha0014 | 1,030 | 6/26/2018 |
3.1.0-alpha0011 | 1,033 | 6/23/2018 |
3.1.0-alpha0010 | 1,177 | 6/20/2018 |
3.1.0-alpha0009 | 1,178 | 6/20/2018 |
3.1.0-alpha0008 | 1,036 | 6/19/2018 |
3.1.0-alpha0007 | 1,034 | 6/17/2018 |
3.1.0-alpha0006 | 1,179 | 6/14/2018 |
3.0.1 | 1,308 | 7/4/2018 |
1.0.0 | 1,967 | 6/14/2018 |