Skip to content

renanwillian87/NETCore3.1-Udemy-ProducerConsumerRabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETCore3.1-Udemy-ProducerConsumerRabbitMQ

follow the steps od tutotial below to install RabbitMQ on Linux Mint distribution

https://www.fosslinux.com/6339/how-to-install-rabbitmq-server-on-ubuntu-18-04-lts.htm

some commands:

to clean all

stop rabbitmq

$ sudo rabbitmqctl stop_app

reset rabbitmq

$ sudo rabbitmqctl reset

start rabbitmq

$ sudo rabbitmqctl start_app

to add user

add user and password

$ sudo rabbitmqctl add_user test test

set tag [administrator]

$ sudo rabbitmqctl set_user_tags test administrator

set permmissions read and write

$ sudo rabbitmqctl set_permissions -p / test "." "."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages