eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.1k stars 880 forks source link

Override x-expires queue param in MQTT subscription #990

Open AkashUR opened 1 year ago

AkashUR commented 1 year ago

I am using paho java client version 1.2.0

I see that by default when I am doing a MQTT subscription the queue gets created with a default x-expires = 86400000, is there any way I can override this arg from client lib.