I've one cluster with two rabbitmq nodes host on two linux server. I expect to set first dynamic shovel to route message from node1's 'SourceQueue' to nodes2's 'DestinationQueue'.
So I use rabbitmq-plugins command to enabled rabbitmq_shovel and rabbitmq_shovel_management plugins on both nodes, then the shovel status and shovel management menus can be found from the RMQ web management according to the web browser.
But when I was trying to add a new sholve named 'FirstShovel' from the RMQ management website, I got the error message below.
auth_failure,"ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN.
and the status of 'FirstShovel' was terminated.