Configure MQTT Subscriber

0
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
2 answers
0

Hi,

Looks like in MQTT Subscriber action, you have passed same Username & password, does both are same in your case?

 

Can you provide the detailed error log

answered
0

Try using newer version of this module >  MQTT Connector 

answered