Skip to content

A test repo for Wolverine´s support for mediator pattern and rabbitmq for messaging

Notifications You must be signed in to change notification settings

dannythunder/wolverine-mediator-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolverine-mediator-rabbitmq

State right now:

It' sending and gets received on the right queue, and get fetched by the right service/services. Local messages also work.

Wolverine.Mediator.RabbitMq.Sender can send it's own event

  • Wolverine.Mediator.RabbitMq.Receiver fetches it in the right handler
  • Wolverine.Mediator.RabbitMq.ReceiverDual fetches it in the right handler

Wolverine.Mediator.RabbitMq.Sender can send the command from Wolverine.Mediator.RabbitMq.ReceiverDual

  • Wolverine.Mediator.RabbitMq.ReceiverDual fetches it in the right handler

I've hidden som setup in extensions, like what exchange to send messages to, and bind queues to those exchanges.

This is a desired state when it comes to functionality. There is probably a lot to fix when it comes to settings.

Overview

About

A test repo for Wolverine´s support for mediator pattern and rabbitmq for messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published