Skip to content

jorgeacetozi/rabbitmq-stomp-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RabbitMQ with Stomp Web Plugin

This is a very simple Docker image for setting up RabbitMQ 3.6 with STOMP support. As this Dockerfile only inherits from the official RabbitMQ Docker image, you can use every parameter from there.

Sample Usage

$ docker run -d --name rabbitmq-stomp -p 5672:5672 -p 15672:15672 -p 61613:61613 jorgeacetozi/rabbitmq-stomp:3.6

Use port 61613 for STOMP connections.

About

Very simple Docker image for setting up RabbitMQ 3.6 with STOMP support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published