Skip to content

akashlimbani/RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ

A simple example showing how to integrate RabbitMQ with an ASP.NET Web API.
Assuming that you've got docker installed and you've started the docker container for RabbitMQ as shown below

docker run -d --hostname my-rabbit --name my-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management

All we need to run this example is to run:

dotnet restore
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages