I am using moquette as my MQTT broker in my project.
I want to set QoS as 0, 1 or 2 and want to see the behavior.
Is there any possibility that I can set it using moquette.conf ?
Following is the moquette.conf file's content :
Moquette Java Broker configuration file for testing
port 1884
websocket_port 8080
host 0.0.0.0
persistence false
allow_anonymous true
allow_zero_byte_client_id false
How can I set QoS ?