[MQTT WEB CLIENT] subscribing with QOS=2 and clean session false

Hello everyone :slight_smile:
I’m new here.

I’m trying to receive data from MQTT.fx.
I set QOS=2 and clean session to false
I can receive data only when Client is online. My purpose is to not lost all messages when reconnected.
Is it possible to store data into cluster?

Best Regards