Skip to content

JoaoP-Vieira/RabbitMQExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQExample

How to Use:

  1. Intall and configure a RabbitMQ server
  2. Clone this project
  3. Set up user secrects to the RabbitMQ.API project:
{
	"RabbitMQ": {
		"Uri": "<YOUR-RABBITMQ-CONN-STR>"
	}
}
  1. Build and run the RabbitMQ.Consumer project
./RabbitMQ.Consumer "<YOUR-RABBITMQ-CONN-STR>"
  1. Build and run the RabbitMQ.API project

About

Simple .NET Core application example using RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages