-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on use ActiveMQ Artermis (MQTT) protocol #2
Comments
I found the reason. Authentication does not seem to work. When running ActiveMQ without authentication support the process worked accordingly.
|
This was referenced Oct 19, 2020
Hello |
ping |
After investigating the Tortoise library code, I noticed that:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello I am trying to use this library with ActiveMQ Artemis. This broker supports different protocols including [MQTT 3.1.1] (https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html). However when I try to connect I get the error below:
When I use Eclipse Mosquito it works however when I use ActiveMQ Artemis with MQTT enabled it doesn't work.
Below are excerpts of the code used:
Do you have any idea what may be happening?
The text was updated successfully, but these errors were encountered: