nopjia / rabbitmq-web-mqtt-examples

Examples for the Web MQTT plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RabbitMQ Web MQTT Examples

This RabbitMQ plugin contains few basic examples of RabbitMQ Web MQTT plugin usage.

It starts a server that binds to port 15670 and serves a few static HTML files on port 15670 (e.g. http://127.0.0.1:15670). 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.

Installation

This plugin ships with RabbitMQ. Enabled it using CLI tools:

rabbitmq-plugins enable rabbitmq_web_mqtt_examples

About

Examples for the Web MQTT plugin

License:Other


Languages

Language:JavaScript 74.3%Language:Makefile 16.2%Language:HTML 7.7%Language:Erlang 1.3%Language:CSS 0.4%