https://github.com/beevelop/docker-rabbitmq-stomp
RabbitMQ with support for STOMP and SockJS
https://github.com/beevelop/docker-rabbitmq-stomp
Last synced: 7 days ago
JSON representation
RabbitMQ with support for STOMP and SockJS
- Host: GitHub
- URL: https://github.com/beevelop/docker-rabbitmq-stomp
- Owner: beevelop
- Created: 2016-02-29T21:02:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T10:18:45.000Z (about 9 years ago)
- Last Synced: 2025-07-22T10:44:01.994Z (7 months ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/beevelop/docker-rabbitmq-stomp)
[](https://links.beevelop.com/d-rabbitmq-stomp)
[](https://links.beevelop.com/d-rabbitmq-stomp)
[](https://links.beevelop.com/d-rabbitmq-stomp)
[](https://github.com/beevelop/docker-rabbitmq-stomp/releases)

[](https://beevelop.com)
# RabbitMQ with support for [STOMP](https://stomp.github.io/) and [SockJS](https://github.com/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](https://www.rabbitmq.com/web-stomp.html#usage) for detailed usage instructions.
## [STOMP-UI](https://beevelop.github.io/stomp-ui/)
Use the [STOMP-UI](https://beevelop.github.io/stomp-ui/) to play around with your RabbitMQ installation.