RabbitMQ.Context
1.1.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RabbitMQ.Context --version 1.1.3
NuGet\Install-Package RabbitMQ.Context -Version 1.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RabbitMQ.Context" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RabbitMQ.Context --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RabbitMQ.Context, 1.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RabbitMQ.Context as a Cake Addin #addin nuget:?package=RabbitMQ.Context&version=1.1.3 // Install RabbitMQ.Context as a Cake Tool #tool nuget:?package=RabbitMQ.Context&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple context object to help with publishing and consuming messages from RabbitMQ
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- RabbitMQ.Client (>= 5.1.0)
- StoneAge.System.Utils.DotNetCore (>= 1.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RabbitMQ.Context:
Package | Downloads |
---|---|
RabbitMq.TestContext
Designed to help with testing of rabbitmq stuff. Makes use of RabbitMQ.Fakes.DotNetCore. The class is a wrapper of RabbitMqContext simular to Ef context object. This implemenation wraps the production RabbitMqContext from RabbitMQ.Context |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 688 | 2/9/2021 |
1.2.8 | 1,040 | 5/4/2020 |
1.2.7 | 476 | 5/1/2020 |
1.2.6 | 464 | 5/1/2020 |
1.2.5 | 494 | 4/29/2020 |
1.2.4 | 500 | 4/29/2020 |
1.2.3 | 1,309 | 10/10/2019 |
1.2.2 | 625 | 10/9/2019 |
1.2.1 | 677 | 10/4/2019 |
1.2.0 | 508 | 10/4/2019 |
1.1.4 | 530 | 9/27/2019 |
1.1.3 | 531 | 9/27/2019 |
1.1.2 | 524 | 9/27/2019 |
1.1.1 | 529 | 9/26/2019 |
1.1.0 | 523 | 9/26/2019 |
1.0.1 | 807 | 6/25/2019 |
1.0.0 | 533 | 6/25/2019 |
Reverted to old non-event method. Now set to prefetch 250 messages and process in a single go. Should help get performance back up.