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
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
While using this plugin I have notice in case of mqtt client's username containing colon (ex. username = '123:123', password = '123123') the connection would not get rejected nor accepted, it stays suspended. while rabbitMq itself can handle colon in Username string up to some sense.
The text was updated successfully, but these errors were encountered:
Authentication
The default_user and default_pass options are used to authenticate the adapter in case MQTT clients provide no login credentials.
If the allow_anonymous option is set to false then clients MUST provide credentials.
The presence of client-supplied credentials over the network overrides the allow_anonymous option.
Colons may not appear in usernames.
The vhost option controls which RabbitMQ vhost the adapter connects to.
The vhost configuration is only consulted if no vhost is provided during connection establishment.
You can optionally specify a vhost while connecting, by prepending the vhost to the username and separating with a colon.
While using this plugin I have notice in case of mqtt client's username containing colon (ex. username = '123:123', password = '123123') the connection would not get rejected nor accepted, it stays suspended. while rabbitMq itself can handle colon in Username string up to some sense.
The text was updated successfully, but these errors were encountered: