Run RabbitMQ with the STOMP plugin enabled
10K+
A Dockerfile to run RabbitMQ with the STOMP plugin enabled.
This Dockerfile is based on the official RabbitMQ image so exported ports and volumes defined by it should also apply.
https://hub.docker.com/r/resilva87/docker-rabbitmq-stomp/
sudo docker run -d -e RABBITMQ_NODENAME=my-rabbit --name rabbitmq -p 8080:15672 -p 61613:61613 resilva87/docker-rabbitmq-stomp
Exposed ports:
Content type
Image
Digest
Size
60 MB
Last updated
over 6 years ago
docker pull resilva87/docker-rabbitmq-stomp