Merge branch 'stable'

Conflicts:
	README.md
This commit is contained in:
Michael Klishin 2017-11-23 16:01:46 +03:00
commit be6c25071e
1 changed files with 3 additions and 11 deletions

View File

@ -1,21 +1,13 @@
# RabbitMQ Web STOMP Examples
This RabbitMQ plugin contains few basic examples of [RabbitMQ Web STOMP plugin](www.rabbitmq.com/web-stomp.html)
This project contains few basic examples of [RabbitMQ Web STOMP plugin](https://github.com/rabbitmq/rabbitmq-web-stomp)
usage.
It starts a server that binds to port 15670 and serves a few static
Once installed the server will bind to port 15670 and serve few static
HTML files on port 15670 (e.g. [http://127.0.0.1:15670](http://127.0.0.1:15670/)).
Note that Web MQTT examples use the same port, so these plugins cannot be enabled
at the same time unless they are configured to use different ports.
## Installation
This plugin ships with RabbitMQ. Enable it like any other plugin:
This plugin ships with RabbitMQ. Enabled it using [CLI tools](http://www.rabbitmq.com/cli.html):
rabbitmq-plugins enable rabbitmq_web_stomp_examples
## Building from Source
* [RabbitMQ plugin build instructions](http://www.rabbitmq.com/plugin-development.html).
* [RabbitMQ plugin installation](http://www.rabbitmq.com/plugins.html#installing-plugins).