Send json object to Solace queue using Python

To follow up on what @Tamimi said you’ll want to use the port specified in your connect info, not the default of 1883.

Also note that this sample is not configured for using TLS so you’ll want to use the MQTT Host info from the Connection Details. Looks like Paho has some TLS options here that you can use to configure TLS