Quarkus HiveMQ - Configuration Reference

Configuration property

Type

Default

Direction

reconnect-attempts

Set the max reconnect attempts.

int

5

INCOMING_AND_OUTGOING

reconnect-interval-seconds

Set the reconnect interval in seconds.

string

INCOMING_AND_OUTGOING

check-topic-enabled

Enable check for liveness/readiness.

boolean

false

INCOMING_AND_OUTGOING

check-topic-name

Topic Used to check liveness/readiness.

string

$SYS/broker/uptime

INCOMING_AND_OUTGOING

readiness-timeout

Timeout to declare the MQTT Client not ready (in ms).

int

20000

INCOMING_AND_OUTGOING

liveness-timeout

Timeout to declare the MQTT Client not alive.

int

120000

INCOMING_AND_OUTGOING

ssl.keystore.type

Set the keystore type

string

jks

INCOMING_AND_OUTGOING

ssl.keystore.location

Set the keystore location. In case of pem type this is the cert path

string

INCOMING_AND_OUTGOING

ssl.keystore.password

"Set the keystore password. In case of pem type this is not necessary

string

INCOMING_AND_OUTGOING

ssl.truststore.type

Set the truststore type

string

jks

INCOMING_AND_OUTGOING

ssl.truststore.location

Set the truststore location. In case of pem type this is the cert path

string

INCOMING_AND_OUTGOING

ssl.truststore.password

"Set the truststore password. In case of pem type this is not necessary

string

INCOMING_AND_OUTGOING