Replies: 1 comment 2 replies
-
The list of ports used by RabbitMQ is documented. You probably want to consider Web STOMP or Web MQTT in a Web UI client. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently running with the following code.
docker run -itd --restart=always --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:management
Beta Was this translation helpful? Give feedback.
All reactions