Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 31b2694

Browse files
committed
Add README
1 parent fe7d112 commit 31b2694

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
RabbitMQ Web MQTT plugin
2+
========================
3+
4+
This project is a simple bridge between "RabbitMQ-MQTT" plugin and
5+
Websocket.
6+
7+
Once started the plugin opens a SockJS endpoint on prefix "/ws" on
8+
port 15675. For example, a valid SockJS endpoint URL may look like:
9+
"ws://127.0.0.1:15675/ws".
10+
11+
Once the server is started you should be able to establish a Websocket
12+
connection to this URL. You will be able to communicate using the
13+
usual MQTT protocol over it.
14+
15+
Installation
16+
------------
17+
18+
Generic build instructions are at:
19+
20+
* http://www.rabbitmq.com/plugin-development.html
21+
22+
Instructions on how to install a plugin into RabbitMQ broker:
23+
24+
* http://www.rabbitmq.com/plugins.html#installing-plugins

0 commit comments

Comments
 (0)