All Projects → rabbitmq → rabbitmq-web-mqtt-examples

rabbitmq / rabbitmq-web-mqtt-examples

Licence: Unknown, MPL-2.0 licenses found Licenses found Unknown LICENSE MPL-2.0 LICENSE-MPL-RabbitMQ
Examples for the Web MQTT plugin

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to rabbitmq-web-mqtt-examples

rabbitmq-peer-discovery-consul
Consul-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 39 (+30%)
Mutual labels:  rabbitmq-plugin
rabbitmq-management-themes
www.rabbitmq.com/community-plugins.html
Stars: ✭ 19 (-36.67%)
Mutual labels:  rabbitmq-plugin
rabbitmq-vshovel
RabbitMQ vShovel plugin
Stars: ✭ 26 (-13.33%)
Mutual labels:  rabbitmq-plugin
rabbitmq-peer-discovery-aws
AWS-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 23 (-23.33%)
Mutual labels:  rabbitmq-plugin
rabbitmq-tracing
RabbitMQ Tracing
Stars: ✭ 48 (+60%)
Mutual labels:  rabbitmq-plugin
rabbitmq-management-agent
RabbitMQ Management Agent
Stars: ✭ 16 (-46.67%)
Mutual labels:  rabbitmq-plugin
rabbitmq-peer-discovery-etcd
etcd-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 15 (-50%)
Mutual labels:  rabbitmq-plugin
rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (+63.33%)
Mutual labels:  rabbitmq-plugin
rabbitmq-web-stomp-examples
www.rabbitmq.com/
Stars: ✭ 90 (+200%)
Mutual labels:  rabbitmq-plugin
rabbitmq-message-timestamp
A RabbitMQ plugin that adds a timestamp to all incoming messages
Stars: ✭ 67 (+123.33%)
Mutual labels:  rabbitmq-plugin
rabbitmq-shovel-management
RabbitMQ Shovel Management
Stars: ✭ 23 (-23.33%)
Mutual labels:  rabbitmq-plugin
rabbitmq-federation
RabbitMQ Federation plugin
Stars: ✭ 40 (+33.33%)
Mutual labels:  rabbitmq-plugin
rabbitmq-clusterer
This project is ABANDONWARE. Use https://www.rabbitmq.com/cluster-formation.html instead.
Stars: ✭ 72 (+140%)
Mutual labels:  rabbitmq-plugin

RabbitMQ Web MQTT Examples

This was migrated to https://github.com/rabbitmq/rabbitmq-server

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_web_mqtt_examples. All issues have been transferred.

Introduction

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].