arditmezini / masstransit-rabbitmq-app

A RabbitMQ broker service with MassTransit and Log4Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Broker Service RabbitMQ with MassTransit and Log4Net

This project is composed by a Console Application and Window Service.

Console Application

The console app is used to send the commands to the RabbitMQ Server.

Windows Service

The windows service build with TopShelf consumes the commands from the RabbitMQ Server.

To test the full cycle, you need:

  1. Have installed Erlang and RabbitMQ
  2. The configuration for RabbitMQ server are in the Common project, file appsettings.json.

About

A RabbitMQ broker service with MassTransit and Log4Net


Languages

Language:C# 91.3%Language:Batchfile 8.7%