I set up rabbitMQ federation between two machines A and B, in two directions,
but have a mistake
{auth_failure, "ACCESS_REFUSED - Login was rejected using the PLAIN authentication mechanism. For more details, see the broker's log file." }
in the log file, it seems that amqp federation should be able to access through the guest / guest credentials, the question arises here:
Failed to log into rabbitMQ guest account
with existing test / test setup solution:
Unable to access RabbitMQ web management interface after a new installation
I tried to get the guest / guest to work from another computer by running: rabbitmqctl set_permissions -p / guest "." "" * "
but still cannot log in through the guest / guest on another machine,
in the rabbitMQ web management interface, the user test and guest appearance look the same:
Name Tags Access to virtual hosts with a password
guest admin / ●
admin test / ●
but why am I still unable to connect to the guest / guest on another machine? (test / test works fine)
source share