rabbitmq-server/deps/rabbitmq_mqtt
dependabot[bot] 88bb95c3ea
Bump com.rabbitmq:amqp-client
Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: com.rabbitmq:amqp-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 18:09:42 +00:00
..
include Message Containers (#5077) 2023-08-31 11:27:13 +01:00
priv/schema Make mqtt.subscription_ttl unsupported 2023-07-13 14:47:33 +00:00
src Do not confirm MQTT messages if in partition 2023-09-22 17:16:43 +02:00
test Bump com.rabbitmq:amqp-client 2023-09-27 18:09:42 +00:00
.gitignore Support code coverage 2022-11-10 15:04:31 +01:00
BUILD.bazel Add integration test MQTT 5.0 -> Stream 2023-09-05 11:04:44 +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
Makefile Add missing dep in rabbitmq_mqtt/Makefile 2023-09-13 10:44:37 +02:00
README.md
app.bzl Message Containers (#5077) 2023-08-31 11:27:13 +01: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.