Skip to content
Discussion options

You must be logged in to vote

MQTT does not have a concept of a virtual host. By naming a virtual host "mqtt" you do not expose it to MQTT clients. See server logs for specific error messages but almost certainly your user simply doesn't have the permissions for the virtual host the MQTT plugin has been configured to use.
There are two rarely used alternatives:

  • Configure a map of ports to virtual hosts for MQTT clients to connect to a specific virtual host (if it matters to them somehow)
  • Specify virtual host as part of the username using a convention specific to RabbitMQ

Both of them are documented in a separate section of the MQTT guide.

Another relevant thing is that the seed guest user can only connect from local…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5512 on August 15, 2022 08:51.