You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would first like to congratulate you for the excellent work in this library. Thank you!
I recently opened this problem on repository off_broadway_mqtt library. But as I looked more closely at what might be happening I realized that the error may be directly related to a Tortoise library.
Details can be found at the link mentioned, but in summary the problem occurs when trying to consume MQTT message version 3.1.1 from an Artemis ActiveMQ Broker.
Two problems happen first I can't use authentication. I can only create a session at the Broker when I completely disable server authentication. The second error is more problematic because, although a session is created in ActiveMQ Broker, no consumer is created and I cannot consume or produce any messages.
Below are some images of evidence.
Session created on Broker:
Connections created on Broker:
Tests of project off_broadway_mqtt using ActiveMQ Broker:
Hello, I would first like to congratulate you for the excellent work in this library. Thank you!
I recently opened this problem on repository off_broadway_mqtt library. But as I looked more closely at what might be happening I realized that the error may be directly related to a Tortoise library.
Details can be found at the link mentioned, but in summary the problem occurs when trying to consume MQTT message version 3.1.1 from an Artemis ActiveMQ Broker.
Two problems happen first I can't use authentication. I can only create a session at the Broker when I completely disable server authentication. The second error is more problematic because, although a session is created in ActiveMQ Broker, no consumer is created and I cannot consume or produce any messages.
Below are some images of evidence.
Session created on Broker:
Connections created on Broker:
Tests of project off_broadway_mqtt using ActiveMQ Broker:
Any help? More info in kbredemeier/off_broadway_mqtt#2
The text was updated successfully, but these errors were encountered: