Sign inSign up

beevelop/rabbitmq-stomp

By beevelop

Updated over 8 years ago

RabbitMQ with support for STOMP and SockJS

Image
0

8.4K

beevelop/rabbitmq-stomp repository overview

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.

STOMP-UI

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

Tag summary

Content type

Image

Digest

Size

65 MB

Last updated

over 8 years ago

docker pull beevelop/rabbitmq-stomp