rabbitmq-server/deps/rabbitmq_web_mqtt_examples/README.md

22 lines
805 B
Markdown
Raw Normal View History

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/)).
2017-02-16 02:01:39 +08:00
Note that Web STOMP examples use the same port, so these plugins cannot be enabled
at the same time unless they are configured to use different ports.
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).