Skip to content

mbiomee/Easy.Messaging

Repository files navigation

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: