Skip to content

Net Core 2.1 and RabbitMq simple producer and consumer

Notifications You must be signed in to change notification settings

EnesAys/RabbitMq-NetCore

Repository files navigation

RabbitMq-NetCore

Net Core 2.1 and RabbitMq simple producer and consumer

Install Erlang => http://www.erlang.org/downloads

Install RabbitMQ => http://www.rabbitmq.com/install-windows.html

Command Line

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.9\sbin\rabbitmq-plugins.bat enable rabbitmq_management

restart RabbitMq Service and check http://localhost:15672/ default port 15672 deafult username and password for rabbitMQ dashboard is "guest"

RabbitMQ Dashboard

For .Net Core producer and consumer add packages via Nuget or package manager console

Install-package Newtonsoft.Json

Install-package RabbitMQ.Client

.Net Core Produces-Consumer

Sources

http://enesaysan.com/software/rabbitmq-netcore/

http://www.borakasmer.com/rabbitmq-nedir/

https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html

https://www.rabbitmq.com/documentation.html

About

Net Core 2.1 and RabbitMq simple producer and consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages