connOpts.setCleanSession(true);// false = the broker stores all subscriptions for the client and all missed messages for the client that subscribed with a Qos level 1 or 2
// connOpts.setKeepAliveInterval(1000); //longest period of time that the broker and client can endure without sending a message.
// connOpts.setWill(); //If the client disconnects ungracefully, the broker sends the LWT message on behalf of the client.