Skip to content

leecoder/rabbitmq-mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ MQTT Plugin

Getting Started

This is an MQTT plugin for RabbitMQ.

The plugin is included in the RabbitMQ distribution. To enable it, use <href="http://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html">rabbitmq-plugins:

rabbitmq-plugins enable rabbitmq_mqtt

Default port used by the plugin is 1883.

Documentation

MQTT plugin documentation is available from rabbitmq.com.

Contributing

See CONTRIBUTING.md.

Running Tests

After cloning RabbitMQ umbrella repository, change into the rabbitmq-mqtt directory and run

make test

This will bring up a RabbitMQ node with the plugin enabled and run integration tests against it. Note that there must be no other MQTT server running on ports 1883 and 8883.

Copyright and License

(c) 2007 — 2015 Pivotal Software, Inc.

Released under the Mozilla Public License, the same as RabbitMQ.

About

RabbitMQ MQTT gateway

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 73.5%
  • Java 24.3%
  • Makefile 1.7%
  • Shell 0.5%