Spring AMQP + RabbitMQ 3.3.5 ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN

后端 未结 12 2029
南笙
南笙 2020-12-01 00:43

I am getting below exception

org.springframework.amqp.AmqpAuthenticationException: com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED

12条回答
  •  心在旅途
    2020-12-01 01:15

    For me the solution was simple: the user name is case sensitive. Failing to use the correct caps will also lead to the error.

提交回复
热议问题