You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure to check out the hivemq-docs for the [Community Edition](https://github.com/hivemq/hivemq-community-edition/wiki/).
11
+
These examples use the following libraries:
20
12
21
-
!!! Info
22
-
We are working to support the HiveMQ Enterprise Edition as outlined in the [Java Test Containers Module](https://java.testcontainers.org/modules/hivemq/).
13
+
-[mqtt](https://www.npmjs.com/package/mqtt)
23
14
24
-
## Examples
15
+
npm install mqtt
25
16
26
-
<!--codeinclude-->
17
+
Choose an image from the [container registry](https://hub.docker.com/r/hivemq/hivemq-ce) and substitute `IMAGE`.
27
18
28
-
[Connect with a mqtt.js client to HiveMQ](../../packages/modules/hivemq/src/hivemq-container.test.ts) inside_block:connect
0 commit comments