Hello, I would like to read data from an MQTT broker in Mendix via MQTT Subscribe, for this I have configured the action as follows: I have modified the action MqttSubscribe within the Marketplace module as follows. I have set a few variables as not required: Because for Ca,ClientCertificate, ClientKey, Certificate Password and QoS I have no values. However, the Java action MqttSubscribe can now no longer be compiled, how do I solve this?
asked
Sophia Maurer
1 answers
0
Hi,
Looks like in MQTT Subscriber action, you have passed same Username & password, does both are same in your case?