Description
The Broker URI property of ConsumeMQTT processor only supports 'tcp' and 'ssl' scheme, Though the org.eclipse.paho.client.mqttv3.MqttClient allows MQTT over WebSockets i.e with the "ws" or "wss" scheme in the broker URI. This could be fixed by adding these schemes to the BROKER_VALIDATOR in AbstractMQTTProcessor class,
Attachments
Issue Links
- links to