$ docker run -d --hostname my-rabbit --name some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management
Here the default settings include user: user pass: user rabbitmq access port : 5672 rabbitmq mgmnt GUI port : 15672
You can browse the mgmnt GUI using http://localhost:15672/
copy send and recive example of hello-world exmaple from this tutorial https://www.rabbitmq.com/tutorials/tutorial-one-go.html
https://www.rabbitmq.com/tutorials/tutorial-one-python.html