Skip to content

Instantly share code, notes, and snippets.

@dariubs
Created February 9, 2021 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariubs/bc970b88047b2c06767edf3dc33ee409 to your computer and use it in GitHub Desktop.
Save dariubs/bc970b88047b2c06767edf3dc33ee409 to your computer and use it in GitHub Desktop.
RabbitMQ

RabbitMQ by example

Install with docker

docker run -d --name  myrabbit --hostname rabbit --restart always -p 15672:15672 rabbitmq:3-management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment