2016-01-21 19:02:33 +08:00
|
|
|
# RabbitMQ Web MQTT Examples
|
2016-01-19 00:35:57 +08:00
|
|
|
|
2016-01-21 19:02:33 +08:00
|
|
|
This project contains few basic examples of [RabbitMQ Web MQTT plugin](https://github.com/rabbitmq/rabbitmq-web-mqtt)
|
2016-01-19 00:35:57 +08:00
|
|
|
usage.
|
|
|
|
|
2017-02-16 01:56:37 +08:00
|
|
|
It starts a server that binds to port 15670 and serves a few static
|
2016-01-21 19:02:33 +08:00
|
|
|
HTML files on port 15670 (e.g. [http://127.0.0.1:15670](http://127.0.0.1:15670/)).
|
2016-01-19 00:35:57 +08:00
|
|
|
|
2016-01-21 19:02:33 +08:00
|
|
|
## Installation
|
2016-01-19 00:35:57 +08:00
|
|
|
|
2017-02-16 01:56:37 +08:00
|
|
|
Once installed, this plugin needs to be enabled like any other:
|
|
|
|
|
|
|
|
rabbitmq-plugins enable rabbitmq_web_mqtt_examples
|
|
|
|
|
|
|
|
## Building from Source
|
|
|
|
|
2016-01-21 19:02:33 +08:00
|
|
|
* [RabbitMQ plugin build instructions](http://www.rabbitmq.com/plugin-development.html).
|
2016-01-19 00:35:57 +08:00
|
|
|
|
2016-01-21 19:02:33 +08:00
|
|
|
* [RabbitMQ plugin installation](http://www.rabbitmq.com/plugins.html#installing-plugins).
|