Skip to content

Commit

Permalink
Add links to guides for Micronaut MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted committed Dec 14, 2023
1 parent 7b1c35f commit 0376089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/docs/guide/quickStart.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
To add support for MQTT to an existing project, you must first add either the <<hiveMq, Micronaut MQTT HiveMQ dependency>> or the Micronaut MQTT Eclipse Paho <<v3dependency, v3>> or <<v5dependency, v5>> (depending on the version of MQTT you require) to your build.

IMPORTANT: If you are running into the exception `org.eclipse.paho.client.mqttv3.MqttException: Timed out waiting for a response from the server`, please make sure to run your program on a machine with *more than one core*. The Eclipse Paho MQTT client will run into connection timeouts if it has only one core available.


TIP: See the guide for https://guides.micronaut.io/latest/tag-mqtt.html[Publishing and Subscribing to MQTT Topics from a Micronaut Application] to learn more.

0 comments on commit 0376089

Please sign in to comment.