Skip to content

amingolmahalle/Rabbitmq_Example

Repository files navigation

Rabbitmq_Example

Set up RabbitMQ message broker with Asp.Net Core 3.1 and Docker.

This project is an example of how to run a RabbitMQ in Asp.Net Core 3.1 .

For install and run RabbitMQ Management by Docker,run the following code in the terminal:

sudo docker run --rm -p 5672:5672 -p 15672:15672 --name bitnami bitnami/rabbitmq

for see rabbitmq managment, call localhost:15672 in browser.

username: user

password: bitnami

Url for calling apis:

localhost:7000/Notification/SendEmail

body: { "subject":"test", "message":"Hello amin Golmahalle", "Email":"test@gmail.com" }

localhost:7000/Notification/SendSms

body: { "message":"Hello amin Golmahalle", "mobile":"09123456789" }

Releases

No releases published

Packages

No packages published

Languages