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

后端 未结 12 2028
南笙
南笙 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:00

    if you use the number as your password, maybe you should try to change your password using string.

    I can login using deltaqin:000000 on the website, but had this while running the program. then change the password to deltaiqn. and it works.

提交回复
热议问题