Skip to content

Instantly share code, notes, and snippets.

View breedx-splk's full-sized avatar
🤘

jason plumb breedx-splk

🤘
View GitHub Profile
@natashadsilva
natashadsilva / MQTTSSL.java
Last active December 13, 2022 23:57
Connect to MQTT with SSL enabled
package demo;
import java.util.Date;
import java.util.Properties;
import org.eclipse.paho.client.mqttv3.IMqttDeliveryToken;
import org.eclipse.paho.client.mqttv3.MqttCallback;
import org.eclipse.paho.client.mqttv3.MqttClient;
import org.eclipse.paho.client.mqttv3.MqttConnectOptions;
import org.eclipse.paho.client.mqttv3.MqttException;