rabbitmq-server/deps/rabbitmq_mqtt
dependabot[bot] 506dccb172
build(deps-dev): bump org.assertj:assertj-core
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.0.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.0)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 18:59:45 +00:00
..
include MC: various changes and improvements 2023-11-15 11:04:49 +00:00
priv/schema Make mqtt.subscription_ttl unsupported 2023-07-13 14:47:33 +00:00
src Allow MQTT QoS 0 subscribers to reconnect 2023-12-27 20:47:06 -05:00
test build(deps-dev): bump org.assertj:assertj-core 2024-01-01 18:59:45 +00:00
.gitignore Support code coverage 2022-11-10 15:04:31 +01:00
BUILD.bazel Skip some assertions in mixed version tests 2023-10-27 15:12:51 +02:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:01:38 +01:00
Makefile Add missing dep in rabbitmq_mqtt/Makefile 2023-09-13 10:44:37 +02:00
README.md Update copyright (year 2020) 2020-03-10 16:39:48 +01:00
app.bzl MC: various changes and improvements 2023-11-15 11:04:49 +00:00

README.md

RabbitMQ MQTT Plugin

Getting Started

This is an MQTT plugin for RabbitMQ.

The plugin is included in the RabbitMQ distribution. To enable it, use 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 tests

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.

(c) 2007-2020 VMware, Inc. or its affiliates.

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