Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.98 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.98 KB

Easy.Messaging library

SonarCloud

GitHub Workflow Status Nuget Nuget Bugs Duplicated Lines (%) Maintainability Rating Reliability Rating Security Rating

This library contains helper-classes for working with message brokers . It contains the following items:

  • The base-classes for Commands and Events.
  • Interfaces that abstract functionality to publish and consume messages using a message-broker.
  • Implementations for the interfaces that use RabbitMQ as message-broker.
  • A helper class (MessageSerializer) for serializing and deserializing commands and events to and from JSON.

Installation:

Installation

Usage: