Skip to content

beevelop/docker-rabbitmq-stomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Travis Pulls Layers Size Release Badges Beevelop

RabbitMQ with support for STOMP and SockJS

docker run -d --name rabbit-stomp -p 15674:15674 beevelop/rabbitmq-stomp

By default the Web STOMP plugin exposes both a WebSocket and a SockJS endpoint on port 15674. The WebSocket endpoint is available on the /ws path:

http://127.0.0.1:15674/ws

The SockJS endpoint on the /stomp prefix:

http://127.0.0.1:15674/stomp

Please refer to the RabbitMQ Web-Stomp Plugin documentation for detailed usage instructions.

Use the STOMP-UI to play around with your RabbitMQ installation.

About

RabbitMQ with support for STOMP and SockJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published