Wallsmedia / Mq.MediatoR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mq.MediatoR

The simple abstract, Dependency Inversion solution for communicating between Application hosted MicroServices.

Version 3.1.0

  • NetStandard 2.1
  • NetCoreApp 3.1

Nuget packages:

Abstractions:

Event Bus for Rabbit MQ

"Notification" for Application MicroServices:

"Request" for Application MicroServices:

How to use

The Mq.MediatoR implementations are based on using Microsoft.Extensions.DependencyInjection dependency injection container, but they can be adopted to other types DI containers.

Message Queue Notifications

Based on using package: Mq.MediatoR.Notification.InMem

How to use

Message Queue Requests

Based on using package: Mq.MediatoR.Request.InMem

How to use

Message Queue Event Bus

Based on using package: Mq.MediatoR.EventBus.RabbitMq

How to use

About

License:Apache License 2.0


Languages

Language:C# 100.0%