EasyNetQ.MetaData
0.2.0
See the version list below for details.
dotnet add package EasyNetQ.MetaData --version 0.2.0
NuGet\Install-Package EasyNetQ.MetaData -Version 0.2.0
<PackageReference Include="EasyNetQ.MetaData" Version="0.2.0" />
paket add EasyNetQ.MetaData --version 0.2.0
#r "nuget: EasyNetQ.MetaData, 0.2.0"
// Install EasyNetQ.MetaData as a Cake Addin #addin nuget:?package=EasyNetQ.MetaData&version=0.2.0 // Install EasyNetQ.MetaData as a Cake Tool #tool nuget:?package=EasyNetQ.MetaData&version=0.2.0
An extension to EasyNetQ that allows you to utilize message headers, without resorting to AdvancedBus!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EasyNetQ (>= 0.53.2.413)
- RabbitMQ.Client (>= 3.5.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes:
* Properly handles cases where bound message properties are missing or null/default
* Finish MessagePropertyBinding
* Properly handles cases where a bound message header is missing
* Removes properties which should not be bound from the enumeration
* Adds ability to bind the MessageId message property to message POCO's
* Adds ability to bind the Expiration message property to message POCO's
* Adds ability to bind the ReplyTo message property to message POCO's
* Adds ability to bind the CorrelationId message property to message POCO's
* Adds ability to bind the Priority message property to message POCO's
* Adds ability to bind the DeliveryMode message property to message POCO's
* Refactors the way headers are bound to be more extensible
* Adds ability to bind the ContentEncoding message property to message POCO's
* Adds ability to bind the ContentType message property to message POCO's
* Adds ability to bind the Timestamp message property to message POCO's
* Merge branch 'develop' into feature/MessagePropertyBinding
* Refactors the way headers are bound to be more extensible
* Adds timestamp property field to example message
* Adds enumeration of AMQP message property types and attribute to decorate properties
* Updates readme file
* Adds nuget version and download count shields to readme file
* Adds build status to the readme file
* Adds travis CI configuration
* Finish 0.1.1