2016-01-18 05:20:25 +08:00
|
|
|
# RabbitMQ Web MQTT plugin
|
2015-12-28 23:55:42 +08:00
|
|
|
|
2019-07-10 00:59:51 +08:00
|
|
|
This plugin provides support for MQTT-over-WebSockets to RabbitMQ.
|
2015-12-28 23:55:42 +08:00
|
|
|
|
2016-01-18 05:20:25 +08:00
|
|
|
## Installation
|
2015-12-28 23:55:42 +08:00
|
|
|
|
2019-07-10 00:59:51 +08:00
|
|
|
This plugin ships with modern versions of RabbitMQ.
|
|
|
|
Like all plugins, it [must be enabled](https://www.rabbitmq.com/plugins.html) before it can be used:
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
# this might require sudo
|
2020-08-31 17:30:49 +08:00
|
|
|
rabbitmq-plugins enable rabbitmq_web_mqtt
|
2019-07-10 00:59:51 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
Please refer to the [RabbitMQ Web MQTT guide](https://www.rabbitmq.com/web-mqtt.html).
|
2015-12-28 23:55:42 +08:00
|
|
|
|
|
|
|
|
2019-07-10 00:59:51 +08:00
|
|
|
## Building From Source
|
2015-12-28 23:55:42 +08:00
|
|
|
|
2019-03-20 16:25:32 +08:00
|
|
|
* [Generic plugin build instructions](https://www.rabbitmq.com/plugin-development.html)
|
|
|
|
* Instructions on [how to install a plugin into RabbitMQ broker](https://www.rabbitmq.com/plugins.html#installing-plugins)
|
2016-05-26 21:58:34 +08:00
|
|
|
|
|
|
|
Note that release branches (`stable` vs. `master`) and target RabbitMQ version need to be taken into account
|
|
|
|
when building plugins from source.
|
2016-01-18 05:20:25 +08:00
|
|
|
|
|
|
|
|
|
|
|
## Copyright and License
|
|
|
|
|
2024-02-06 01:26:25 +08:00
|
|
|
(c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
|
2016-01-18 05:20:25 +08:00
|
|
|
|
|
|
|
Released under the same license as RabbitMQ. See LICENSE for details.
|