org.springframework.amqp.AmqpAuthenticationException

org.springframework.amqp.AmqpAuthenticationException: com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.
【org.springframework.amqp.AmqpAuthenticationException】出现如上问题解决方法:确认连接rabbitmq的用户名或密码是否正确。

    推荐阅读