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

Commit b39c3d2

Browse files
Merge branch 'stable'
2 parents 8b3ef8d + 7a4cc02 commit b39c3d2

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

README.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
RabbitMQ Web MQTT plugin
2-
========================
1+
# RabbitMQ Web MQTT plugin
32

4-
This project is a simple bridge between "RabbitMQ-MQTT" plugin and
5-
Websocket.
63

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".
4+
This plugin provides a support for MQTT-over-WebSockets to
5+
RabbitMQ.
106

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.
147

15-
Installation
16-
------------
8+
## Supported RabbitMQ Versions
9+
10+
This plugin supports RabbitMQ `3.6.x`.
11+
12+
13+
## Installation
1714

1815
Generic build instructions are at:
1916

@@ -22,3 +19,17 @@ Generic build instructions are at:
2219
Instructions on how to install a plugin into RabbitMQ broker:
2320

2421
* http://www.rabbitmq.com/plugins.html#installing-plugins
22+
23+
24+
## Usage
25+
26+
Once the server is started you should be able to establish a Websocket
27+
connection to `ws://127.0.0.1:15675/ws`. You will be able to communicate using the
28+
usual MQTT protocol over it.
29+
30+
31+
## Copyright and License
32+
33+
(c) Pivotal Software Inc, 2007-2016.
34+
35+
Released under the same license as RabbitMQ. See LICENSE for details.

0 commit comments

Comments
 (0)