eclipse-paho / eclipse-paho/paho.mqtt.javascript
MQTT with Spark
Open
question
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am using Eclipse-PAHO to subscribe to MQTT ActiveMQ over websocket. The issue I am having is that the Queue publisher only speaks SPARK and not text/json format.
I am getting an error when onMessageArrived(message) method is executed.
The error is the following, it's coming in the payload:
AMQJS0009E Malformed UTF data:f9 -54
Is there a way to receive SPARK encoded messages?
Contributor guide
Assessment
This issue has not been assessed yet.