🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java Node.js

Description

HiveMQ is an MQTT broker and a client based messaging platform designed for the fast, efficient and reliable movement of data to and from connected IoT devices.

Examples

var hivemqCe = new HiveMQContainer(DockerImageName.parse("hivemq/hivemq-ce")
  .withTag("2021.3"))
hivemqCe.start();
const container = await new HiveMQContainer().start();