BearBonesMessaging 1.2.0
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 BearBonesMessaging --version 1.2.0
NuGet\Install-Package BearBonesMessaging -Version 1.2.0
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="BearBonesMessaging" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BearBonesMessaging --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BearBonesMessaging, 1.2.0"
#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 BearBonesMessaging as a Cake Addin #addin nuget:?package=BearBonesMessaging&version=1.2.0 // Install BearBonesMessaging as a Cake Tool #tool nuget:?package=BearBonesMessaging&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BearBones-Messaging
<img src="https://github.com/i-e-b/BearBones-Messaging/raw/master/bonebear.png" width="169" height="184"/>
BearBones messaging: lower-level framework, part of a contract-interface based distributed event framework for .Net
Features
- Contract stack in message BasicProperties
- Exposes raw data messaging or provides serialisation
- Add sender group-name header to outgoing messages
- NuGet package -- https://www.nuget.org/packages/BearBonesMessaging
- Queue TTL restriction and policy
- Per app-group expiry
- VHost-wide monitoring endpoint
- Optional correlation id, generate new GUID if not given
- Exposes some user management endpoints
- Create limited user (write/read, but no manage)
- Delete user
- Connection string for user -- to expose to registrants
Possible future features
These might be for other systems that build on this basis
- Pickup limit (dead letter after multiple fails)
- Retry messages to go to end of queue (so the whole queue cycles if there are a few bad messages)
- RPC vote-to-consume pattern
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- RabbitMQ.Client (>= 5.1.0)
- SkinnyJson (>= 1.6.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.1 | 1,017 | 8/30/2019 |
1.8.0 | 884 | 8/30/2019 |
1.7.8 | 1,036 | 7/3/2019 |
1.7.7 | 957 | 7/3/2019 |
1.7.6 | 1,020 | 5/28/2019 |
1.7.5 | 990 | 5/22/2019 |
1.7.4 | 1,078 | 5/22/2019 |
1.7.3 | 1,031 | 5/9/2019 |
1.7.2 | 1,036 | 3/29/2019 |
1.7.1 | 986 | 3/12/2019 |
1.7.0 | 1,008 | 3/11/2019 |
1.6.1 | 1,027 | 2/21/2019 |
1.6.0 | 1,020 | 2/13/2019 |
1.5.0 | 1,115 | 2/11/2019 |
1.4.10 | 1,134 | 1/21/2019 |
1.4.9 | 1,116 | 1/17/2019 |
1.4.8 | 1,130 | 1/17/2019 |
1.4.7 | 1,100 | 1/17/2019 |
1.4.6 | 1,091 | 1/10/2019 |
1.4.5 | 1,129 | 1/10/2019 |
1.4.1 | 1,153 | 12/20/2018 |
1.4.0 | 1,094 | 12/19/2018 |
1.3.3 | 1,134 | 12/19/2018 |
1.3.2 | 1,115 | 12/19/2018 |
1.3.1 | 1,084 | 12/18/2018 |
1.3.0 | 1,145 | 12/18/2018 |
1.2.0 | 1,128 | 12/18/2018 |
1.1.0 | 1,093 | 12/17/2018 |
1.0.0 | 1,061 | 12/14/2018 |
User management features