I am getting below exception
org.springframework.amqp.AmqpAuthenticationException: com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED
For me the solution was simple: the user name is case sensitive. Failing to use the correct caps will also lead to the error.