KarthikUCH / GoRabbitMG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoRabbitMQ

Turorial Reference

RabbitMQ Tutorials

This tutorial assumes RabbitMQ is installed and running on localhost on the standard port (5672). In case you use a different host, port or credentials, connections settings would require adjusting.

Docker script to run RabbitMQ in local

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 -e RABBITMQ_DEFAULT_USER={username} -e RABBITMQ_DEFAULT_PASS={password} rabbitmq:3.10-management

RabbitMQ Admin in local

http://localhost:15672/#/

About


Languages

Language:Go 100.0%