Skip to content

Wallsmedia/Mq.MediatoR

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages